Package system.data.spatial
Class DbSpatialServices
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.data.spatial.DbSpatialServices
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class DbSpatialServices extends NetObject
The base .NET class managing System.Data.Spatial.DbSpatialServices, System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.Spatial.DbSpatialServices
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.Data.Entitystatic java.lang.String
className
Qualified class name: System.Data.Spatial.DbSpatialServicesstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description DbSpatialServices()
DbSpatialServices(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
AsBinary(DbGeography geographyValue)
byte[]
AsBinary(DbGeometry geometryValue)
java.lang.String
AsGml(DbGeography geographyValue)
java.lang.String
AsGml(DbGeometry geometryValue)
java.lang.String
AsText(DbGeography geographyValue)
java.lang.String
AsText(DbGeometry geometryValue)
java.lang.String
AsTextIncludingElevationAndMeasure(DbGeography geographyValue)
java.lang.String
AsTextIncludingElevationAndMeasure(DbGeometry geometryValue)
DbGeography
Buffer(DbGeography geographyValue, double distance)
DbGeometry
Buffer(DbGeometry geometryValue, double distance)
static DbSpatialServices
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoDbSpatialServices
, a cast assert is made to check if types are compatible.boolean
Contains(DbGeometry geometryValue, DbGeometry otherGeometry)
NetObject
CreateProviderValue(DbGeographyWellKnownValue wellKnownValue)
NetObject
CreateProviderValue(DbGeometryWellKnownValue wellKnownValue)
DbGeographyWellKnownValue
CreateWellKnownValue(DbGeography geographyValue)
DbGeometryWellKnownValue
CreateWellKnownValue(DbGeometry geometryValue)
boolean
Crosses(DbGeometry geometryValue, DbGeometry otherGeometry)
DbGeography
Difference(DbGeography geographyValue, DbGeography otherGeography)
DbGeometry
Difference(DbGeometry geometryValue, DbGeometry otherGeometry)
boolean
Disjoint(DbGeography geographyValue, DbGeography otherGeography)
boolean
Disjoint(DbGeometry geometryValue, DbGeometry otherGeometry)
double
Distance(DbGeography geographyValue, DbGeography otherGeography)
double
Distance(DbGeometry geometryValue, DbGeometry otherGeometry)
DbGeography
ElementAt(DbGeography geographyValue, int index)
DbGeometry
ElementAt(DbGeometry geometryValue, int index)
DbGeography
GeographyCollectionFromBinary(byte[] geographyCollectionWellKnownBinary, int coordinateSystemId)
DbGeography
GeographyCollectionFromBinary(JCORefOut dupParam0, int dupParam1)
DbGeography
GeographyCollectionFromText(java.lang.String geographyCollectionWellKnownText, int coordinateSystemId)
DbGeography
GeographyFromBinary(byte[] wellKnownBinary)
DbGeography
GeographyFromBinary(byte[] wellKnownBinary, int coordinateSystemId)
DbGeography
GeographyFromBinary(JCORefOut dupParam0)
DbGeography
GeographyFromBinary(JCORefOut dupParam0, int dupParam1)
DbGeography
GeographyFromGml(java.lang.String geographyMarkup)
DbGeography
GeographyFromGml(java.lang.String geographyMarkup, int coordinateSystemId)
DbGeography
GeographyFromProviderValue(NetObject providerValue)
DbGeography
GeographyFromText(java.lang.String wellKnownText)
DbGeography
GeographyFromText(java.lang.String wellKnownText, int coordinateSystemId)
DbGeography
GeographyLineFromBinary(byte[] lineWellKnownBinary, int coordinateSystemId)
DbGeography
GeographyLineFromBinary(JCORefOut dupParam0, int dupParam1)
DbGeography
GeographyLineFromText(java.lang.String lineWellKnownText, int coordinateSystemId)
DbGeography
GeographyMultiLineFromBinary(byte[] multiLineWellKnownBinary, int coordinateSystemId)
DbGeography
GeographyMultiLineFromBinary(JCORefOut dupParam0, int dupParam1)
DbGeography
GeographyMultiLineFromText(java.lang.String multiLineWellKnownText, int coordinateSystemId)
DbGeography
GeographyMultiPointFromBinary(byte[] multiPointWellKnownBinary, int coordinateSystemId)
DbGeography
GeographyMultiPointFromBinary(JCORefOut dupParam0, int dupParam1)
DbGeography
GeographyMultiPointFromText(java.lang.String multiPointWellKnownText, int coordinateSystemId)
DbGeography
GeographyMultiPolygonFromBinary(byte[] multiPolygonWellKnownBinary, int coordinateSystemId)
DbGeography
GeographyMultiPolygonFromBinary(JCORefOut dupParam0, int dupParam1)
DbGeography
GeographyMultiPolygonFromText(java.lang.String multiPolygonWellKnownText, int coordinateSystemId)
DbGeography
GeographyPointFromBinary(byte[] pointWellKnownBinary, int coordinateSystemId)
DbGeography
GeographyPointFromBinary(JCORefOut dupParam0, int dupParam1)
DbGeography
GeographyPointFromText(java.lang.String pointWellKnownText, int coordinateSystemId)
DbGeography
GeographyPolygonFromBinary(byte[] polygonWellKnownBinary, int coordinateSystemId)
DbGeography
GeographyPolygonFromBinary(JCORefOut dupParam0, int dupParam1)
DbGeography
GeographyPolygonFromText(java.lang.String polygonWellKnownText, int coordinateSystemId)
DbGeometry
GeometryCollectionFromBinary(byte[] geometryCollectionWellKnownBinary, int coordinateSystemId)
DbGeometry
GeometryCollectionFromBinary(JCORefOut dupParam0, int dupParam1)
DbGeometry
GeometryCollectionFromText(java.lang.String geometryCollectionWellKnownText, int coordinateSystemId)
DbGeometry
GeometryFromBinary(byte[] wellKnownBinary)
DbGeometry
GeometryFromBinary(byte[] wellKnownBinary, int coordinateSystemId)
DbGeometry
GeometryFromBinary(JCORefOut dupParam0)
DbGeometry
GeometryFromBinary(JCORefOut dupParam0, int dupParam1)
DbGeometry
GeometryFromGml(java.lang.String geometryMarkup)
DbGeometry
GeometryFromGml(java.lang.String geometryMarkup, int coordinateSystemId)
DbGeometry
GeometryFromProviderValue(NetObject providerValue)
DbGeometry
GeometryFromText(java.lang.String wellKnownText)
DbGeometry
GeometryFromText(java.lang.String wellKnownText, int coordinateSystemId)
DbGeometry
GeometryLineFromBinary(byte[] lineWellKnownBinary, int coordinateSystemId)
DbGeometry
GeometryLineFromBinary(JCORefOut dupParam0, int dupParam1)
DbGeometry
GeometryLineFromText(java.lang.String lineWellKnownText, int coordinateSystemId)
DbGeometry
GeometryMultiLineFromBinary(byte[] multiLineWellKnownBinary, int coordinateSystemId)
DbGeometry
GeometryMultiLineFromBinary(JCORefOut dupParam0, int dupParam1)
DbGeometry
GeometryMultiLineFromText(java.lang.String multiLineWellKnownText, int coordinateSystemId)
DbGeometry
GeometryMultiPointFromBinary(byte[] multiPointWellKnownBinary, int coordinateSystemId)
DbGeometry
GeometryMultiPointFromBinary(JCORefOut dupParam0, int dupParam1)
DbGeometry
GeometryMultiPointFromText(java.lang.String multiPointWellKnownText, int coordinateSystemId)
DbGeometry
GeometryMultiPolygonFromBinary(byte[] multiPolygonWellKnownBinary, int coordinateSystemId)
DbGeometry
GeometryMultiPolygonFromBinary(JCORefOut dupParam0, int dupParam1)
DbGeometry
GeometryMultiPolygonFromText(java.lang.String multiPolygonKnownText, int coordinateSystemId)
DbGeometry
GeometryPointFromBinary(byte[] pointWellKnownBinary, int coordinateSystemId)
DbGeometry
GeometryPointFromBinary(JCORefOut dupParam0, int dupParam1)
DbGeometry
GeometryPointFromText(java.lang.String pointWellKnownText, int coordinateSystemId)
DbGeometry
GeometryPolygonFromBinary(byte[] polygonWellKnownBinary, int coordinateSystemId)
DbGeometry
GeometryPolygonFromBinary(JCORefOut dupParam0, int dupParam1)
DbGeometry
GeometryPolygonFromText(java.lang.String polygonWellKnownText, int coordinateSystemId)
DbGeometry
GetBoundary(DbGeometry geometryValue)
DbGeometry
GetCentroid(DbGeometry geometryValue)
DbGeometry
GetConvexHull(DbGeometry geometryValue)
int
GetCoordinateSystemId(DbGeography geographyValue)
int
GetCoordinateSystemId(DbGeometry geometryValue)
static DbSpatialServices
getDefault()
int
GetDimension(DbGeography geographyValue)
int
GetDimension(DbGeometry geometryValue)
DbGeography
GetEndPoint(DbGeography geographyValue)
DbGeometry
GetEndPoint(DbGeometry geometryValue)
DbGeometry
GetEnvelope(DbGeometry geometryValue)
DbGeometry
GetExteriorRing(DbGeometry geometryValue)
boolean
GetIsEmpty(DbGeography geographyValue)
boolean
GetIsEmpty(DbGeometry geometryValue)
boolean
GetIsSimple(DbGeometry geometryValue)
boolean
GetIsValid(DbGeometry geometryValue)
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeDbGeometry
GetPointOnSurface(DbGeometry geometryValue)
java.lang.String
GetSpatialTypeName(DbGeography geographyValue)
java.lang.String
GetSpatialTypeName(DbGeometry geometryValue)
DbGeography
GetStartPoint(DbGeography geographyValue)
DbGeometry
GetStartPoint(DbGeometry geometryValue)
DbGeometry
InteriorRingAt(DbGeometry geometryValue, int index)
DbGeography
Intersection(DbGeography geographyValue, DbGeography otherGeography)
DbGeometry
Intersection(DbGeometry geometryValue, DbGeometry otherGeometry)
boolean
Intersects(DbGeography geographyValue, DbGeography otherGeography)
boolean
Intersects(DbGeometry geometryValue, DbGeometry otherGeometry)
boolean
Overlaps(DbGeometry geometryValue, DbGeometry otherGeometry)
DbGeography
PointAt(DbGeography geographyValue, int index)
DbGeometry
PointAt(DbGeometry geometryValue, int index)
boolean
Relate(DbGeometry geometryValue, DbGeometry otherGeometry, java.lang.String matrix)
void
setJCOInstance(JCObject instance)
boolean
SpatialEquals(DbGeography geographyValue, DbGeography otherGeography)
boolean
SpatialEquals(DbGeometry geometryValue, DbGeometry otherGeometry)
DbGeography
SymmetricDifference(DbGeography geographyValue, DbGeography otherGeography)
DbGeometry
SymmetricDifference(DbGeometry geometryValue, DbGeometry otherGeometry)
boolean
Touches(DbGeometry geometryValue, DbGeometry otherGeometry)
DbGeography
Union(DbGeography geographyValue, DbGeography otherGeography)
DbGeometry
Union(DbGeometry geometryValue, DbGeometry otherGeometry)
boolean
Within(DbGeometry geometryValue, DbGeometry otherGeometry)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Data.Entity- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Data.Spatial.DbSpatialServices- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static DbSpatialServices cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoDbSpatialServices
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
DbSpatialServices
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Contains
public boolean Contains(DbGeometry geometryValue, DbGeometry otherGeometry) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Crosses
public boolean Crosses(DbGeometry geometryValue, DbGeometry otherGeometry) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Disjoint
public boolean Disjoint(DbGeography geographyValue, DbGeography otherGeography) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Disjoint
public boolean Disjoint(DbGeometry geometryValue, DbGeometry otherGeometry) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetIsEmpty
public boolean GetIsEmpty(DbGeography geographyValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetIsEmpty
public boolean GetIsEmpty(DbGeometry geometryValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetIsSimple
public boolean GetIsSimple(DbGeometry geometryValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetIsValid
public boolean GetIsValid(DbGeometry geometryValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Intersects
public boolean Intersects(DbGeography geographyValue, DbGeography otherGeography) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Intersects
public boolean Intersects(DbGeometry geometryValue, DbGeometry otherGeometry) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Overlaps
public boolean Overlaps(DbGeometry geometryValue, DbGeometry otherGeometry) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Relate
public boolean Relate(DbGeometry geometryValue, DbGeometry otherGeometry, java.lang.String matrix) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SpatialEquals
public boolean SpatialEquals(DbGeography geographyValue, DbGeography otherGeography) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SpatialEquals
public boolean SpatialEquals(DbGeometry geometryValue, DbGeometry otherGeometry) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Touches
public boolean Touches(DbGeometry geometryValue, DbGeometry otherGeometry) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Within
public boolean Within(DbGeometry geometryValue, DbGeometry otherGeometry) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
AsBinary
public byte[] AsBinary(DbGeography geographyValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
AsBinary
public byte[] AsBinary(DbGeometry geometryValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Distance
public double Distance(DbGeography geographyValue, DbGeography otherGeography) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Distance
public double Distance(DbGeometry geometryValue, DbGeometry otherGeometry) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetCoordinateSystemId
public int GetCoordinateSystemId(DbGeography geographyValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetCoordinateSystemId
public int GetCoordinateSystemId(DbGeometry geometryValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetDimension
public int GetDimension(DbGeography geographyValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetDimension
public int GetDimension(DbGeometry geometryValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Buffer
public DbGeography Buffer(DbGeography geographyValue, double distance) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Difference
public DbGeography Difference(DbGeography geographyValue, DbGeography otherGeography) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ElementAt
public DbGeography ElementAt(DbGeography geographyValue, int index) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyCollectionFromBinary
public DbGeography GeographyCollectionFromBinary(byte[] geographyCollectionWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyCollectionFromBinary
public DbGeography GeographyCollectionFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyCollectionFromText
public DbGeography GeographyCollectionFromText(java.lang.String geographyCollectionWellKnownText, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyFromBinary
public DbGeography GeographyFromBinary(byte[] wellKnownBinary) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyFromBinary
public DbGeography GeographyFromBinary(JCORefOut dupParam0) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyFromBinary
public DbGeography GeographyFromBinary(byte[] wellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyFromBinary
public DbGeography GeographyFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyFromGml
public DbGeography GeographyFromGml(java.lang.String geographyMarkup) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyFromGml
public DbGeography GeographyFromGml(java.lang.String geographyMarkup, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyFromProviderValue
public DbGeography GeographyFromProviderValue(NetObject providerValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyFromText
public DbGeography GeographyFromText(java.lang.String wellKnownText) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyFromText
public DbGeography GeographyFromText(java.lang.String wellKnownText, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyLineFromBinary
public DbGeography GeographyLineFromBinary(byte[] lineWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyLineFromBinary
public DbGeography GeographyLineFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyLineFromText
public DbGeography GeographyLineFromText(java.lang.String lineWellKnownText, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyMultiLineFromBinary
public DbGeography GeographyMultiLineFromBinary(byte[] multiLineWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyMultiLineFromBinary
public DbGeography GeographyMultiLineFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyMultiLineFromText
public DbGeography GeographyMultiLineFromText(java.lang.String multiLineWellKnownText, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyMultiPointFromBinary
public DbGeography GeographyMultiPointFromBinary(byte[] multiPointWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyMultiPointFromBinary
public DbGeography GeographyMultiPointFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyMultiPointFromText
public DbGeography GeographyMultiPointFromText(java.lang.String multiPointWellKnownText, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyMultiPolygonFromBinary
public DbGeography GeographyMultiPolygonFromBinary(byte[] multiPolygonWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyMultiPolygonFromBinary
public DbGeography GeographyMultiPolygonFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyMultiPolygonFromText
public DbGeography GeographyMultiPolygonFromText(java.lang.String multiPolygonWellKnownText, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyPointFromBinary
public DbGeography GeographyPointFromBinary(byte[] pointWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyPointFromBinary
public DbGeography GeographyPointFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyPointFromText
public DbGeography GeographyPointFromText(java.lang.String pointWellKnownText, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyPolygonFromBinary
public DbGeography GeographyPolygonFromBinary(byte[] polygonWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyPolygonFromBinary
public DbGeography GeographyPolygonFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeographyPolygonFromText
public DbGeography GeographyPolygonFromText(java.lang.String polygonWellKnownText, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetEndPoint
public DbGeography GetEndPoint(DbGeography geographyValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetStartPoint
public DbGeography GetStartPoint(DbGeography geographyValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Intersection
public DbGeography Intersection(DbGeography geographyValue, DbGeography otherGeography) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
PointAt
public DbGeography PointAt(DbGeography geographyValue, int index) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SymmetricDifference
public DbGeography SymmetricDifference(DbGeography geographyValue, DbGeography otherGeography) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Union
public DbGeography Union(DbGeography geographyValue, DbGeography otherGeography) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
CreateWellKnownValue
public DbGeographyWellKnownValue CreateWellKnownValue(DbGeography geographyValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Buffer
public DbGeometry Buffer(DbGeometry geometryValue, double distance) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Difference
public DbGeometry Difference(DbGeometry geometryValue, DbGeometry otherGeometry) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ElementAt
public DbGeometry ElementAt(DbGeometry geometryValue, int index) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryCollectionFromBinary
public DbGeometry GeometryCollectionFromBinary(byte[] geometryCollectionWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryCollectionFromBinary
public DbGeometry GeometryCollectionFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryCollectionFromText
public DbGeometry GeometryCollectionFromText(java.lang.String geometryCollectionWellKnownText, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryFromBinary
public DbGeometry GeometryFromBinary(byte[] wellKnownBinary) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryFromBinary
public DbGeometry GeometryFromBinary(JCORefOut dupParam0) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryFromBinary
public DbGeometry GeometryFromBinary(byte[] wellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryFromBinary
public DbGeometry GeometryFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryFromGml
public DbGeometry GeometryFromGml(java.lang.String geometryMarkup) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryFromGml
public DbGeometry GeometryFromGml(java.lang.String geometryMarkup, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryFromProviderValue
public DbGeometry GeometryFromProviderValue(NetObject providerValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryFromText
public DbGeometry GeometryFromText(java.lang.String wellKnownText) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryFromText
public DbGeometry GeometryFromText(java.lang.String wellKnownText, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryLineFromBinary
public DbGeometry GeometryLineFromBinary(byte[] lineWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryLineFromBinary
public DbGeometry GeometryLineFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryLineFromText
public DbGeometry GeometryLineFromText(java.lang.String lineWellKnownText, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryMultiLineFromBinary
public DbGeometry GeometryMultiLineFromBinary(byte[] multiLineWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryMultiLineFromBinary
public DbGeometry GeometryMultiLineFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryMultiLineFromText
public DbGeometry GeometryMultiLineFromText(java.lang.String multiLineWellKnownText, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryMultiPointFromBinary
public DbGeometry GeometryMultiPointFromBinary(byte[] multiPointWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryMultiPointFromBinary
public DbGeometry GeometryMultiPointFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryMultiPointFromText
public DbGeometry GeometryMultiPointFromText(java.lang.String multiPointWellKnownText, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryMultiPolygonFromBinary
public DbGeometry GeometryMultiPolygonFromBinary(byte[] multiPolygonWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryMultiPolygonFromBinary
public DbGeometry GeometryMultiPolygonFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryMultiPolygonFromText
public DbGeometry GeometryMultiPolygonFromText(java.lang.String multiPolygonKnownText, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryPointFromBinary
public DbGeometry GeometryPointFromBinary(byte[] pointWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryPointFromBinary
public DbGeometry GeometryPointFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryPointFromText
public DbGeometry GeometryPointFromText(java.lang.String pointWellKnownText, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryPolygonFromBinary
public DbGeometry GeometryPolygonFromBinary(byte[] polygonWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryPolygonFromBinary
public DbGeometry GeometryPolygonFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GeometryPolygonFromText
public DbGeometry GeometryPolygonFromText(java.lang.String polygonWellKnownText, int coordinateSystemId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetBoundary
public DbGeometry GetBoundary(DbGeometry geometryValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetCentroid
public DbGeometry GetCentroid(DbGeometry geometryValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetConvexHull
public DbGeometry GetConvexHull(DbGeometry geometryValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetEndPoint
public DbGeometry GetEndPoint(DbGeometry geometryValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetEnvelope
public DbGeometry GetEnvelope(DbGeometry geometryValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetExteriorRing
public DbGeometry GetExteriorRing(DbGeometry geometryValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetPointOnSurface
public DbGeometry GetPointOnSurface(DbGeometry geometryValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetStartPoint
public DbGeometry GetStartPoint(DbGeometry geometryValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
InteriorRingAt
public DbGeometry InteriorRingAt(DbGeometry geometryValue, int index) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Intersection
public DbGeometry Intersection(DbGeometry geometryValue, DbGeometry otherGeometry) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
PointAt
public DbGeometry PointAt(DbGeometry geometryValue, int index) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SymmetricDifference
public DbGeometry SymmetricDifference(DbGeometry geometryValue, DbGeometry otherGeometry) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Union
public DbGeometry Union(DbGeometry geometryValue, DbGeometry otherGeometry) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
CreateWellKnownValue
public DbGeometryWellKnownValue CreateWellKnownValue(DbGeometry geometryValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
CreateProviderValue
public NetObject CreateProviderValue(DbGeographyWellKnownValue wellKnownValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
CreateProviderValue
public NetObject CreateProviderValue(DbGeometryWellKnownValue wellKnownValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
AsGml
public java.lang.String AsGml(DbGeography geographyValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
AsGml
public java.lang.String AsGml(DbGeometry geometryValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
AsText
public java.lang.String AsText(DbGeography geographyValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
AsText
public java.lang.String AsText(DbGeometry geometryValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
AsTextIncludingElevationAndMeasure
public java.lang.String AsTextIncludingElevationAndMeasure(DbGeography geographyValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
AsTextIncludingElevationAndMeasure
public java.lang.String AsTextIncludingElevationAndMeasure(DbGeometry geometryValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetSpatialTypeName
public java.lang.String GetSpatialTypeName(DbGeography geographyValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetSpatialTypeName
public java.lang.String GetSpatialTypeName(DbGeometry geometryValue) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDefault
public static DbSpatialServices getDefault() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-