public class DbSpatialServices extends NetObject
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Data.Entity
|
static java.lang.String |
className
Qualified class name: System.Data.Spatial.DbSpatialServices
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DbSpatialServices() |
DbSpatialServices(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and 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 the
IJCOBridgeReflected instance into DbSpatialServices, 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 name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
DbGeometry |
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) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DbSpatialServices()
throws java.lang.Throwable
java.lang.Throwablepublic DbSpatialServices(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic byte[] AsBinary(DbGeography geographyValue) throws java.lang.Throwable
java.lang.Throwablepublic byte[] AsBinary(DbGeometry geometryValue) throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String AsGml(DbGeography geographyValue) throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String AsGml(DbGeometry geometryValue) throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String AsText(DbGeography geographyValue) throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String AsText(DbGeometry geometryValue) throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String AsTextIncludingElevationAndMeasure(DbGeography geographyValue) throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String AsTextIncludingElevationAndMeasure(DbGeometry geometryValue) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography Buffer(DbGeography geographyValue, double distance) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry Buffer(DbGeometry geometryValue, double distance) throws java.lang.Throwable
java.lang.Throwablepublic static DbSpatialServices cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DbSpatialServices, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDbSpatialServices instancejava.lang.Throwable - in case of error during cast operationpublic boolean Contains(DbGeometry geometryValue, DbGeometry otherGeometry) throws java.lang.Throwable
java.lang.Throwablepublic NetObject CreateProviderValue(DbGeographyWellKnownValue wellKnownValue) throws java.lang.Throwable
java.lang.Throwablepublic NetObject CreateProviderValue(DbGeometryWellKnownValue wellKnownValue) throws java.lang.Throwable
java.lang.Throwablepublic DbGeographyWellKnownValue CreateWellKnownValue(DbGeography geographyValue) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometryWellKnownValue CreateWellKnownValue(DbGeometry geometryValue) throws java.lang.Throwable
java.lang.Throwablepublic boolean Crosses(DbGeometry geometryValue, DbGeometry otherGeometry) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography Difference(DbGeography geographyValue, DbGeography otherGeography) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry Difference(DbGeometry geometryValue, DbGeometry otherGeometry) throws java.lang.Throwable
java.lang.Throwablepublic boolean Disjoint(DbGeography geographyValue, DbGeography otherGeography) throws java.lang.Throwable
java.lang.Throwablepublic boolean Disjoint(DbGeometry geometryValue, DbGeometry otherGeometry) throws java.lang.Throwable
java.lang.Throwablepublic double Distance(DbGeography geographyValue, DbGeography otherGeography) throws java.lang.Throwable
java.lang.Throwablepublic double Distance(DbGeometry geometryValue, DbGeometry otherGeometry) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography ElementAt(DbGeography geographyValue, int index) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry ElementAt(DbGeometry geometryValue, int index) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyCollectionFromBinary(byte[] geographyCollectionWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyCollectionFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyCollectionFromText(java.lang.String geographyCollectionWellKnownText, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyFromBinary(byte[] wellKnownBinary) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyFromBinary(byte[] wellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyFromBinary(JCORefOut dupParam0) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyFromGml(java.lang.String geographyMarkup) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyFromGml(java.lang.String geographyMarkup, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyFromProviderValue(NetObject providerValue) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyFromText(java.lang.String wellKnownText) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyFromText(java.lang.String wellKnownText, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyLineFromBinary(byte[] lineWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyLineFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyLineFromText(java.lang.String lineWellKnownText, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyMultiLineFromBinary(byte[] multiLineWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyMultiLineFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyMultiLineFromText(java.lang.String multiLineWellKnownText, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyMultiPointFromBinary(byte[] multiPointWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyMultiPointFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyMultiPointFromText(java.lang.String multiPointWellKnownText, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyMultiPolygonFromBinary(byte[] multiPolygonWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyMultiPolygonFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyMultiPolygonFromText(java.lang.String multiPolygonWellKnownText, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyPointFromBinary(byte[] pointWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyPointFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyPointFromText(java.lang.String pointWellKnownText, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyPolygonFromBinary(byte[] polygonWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyPolygonFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GeographyPolygonFromText(java.lang.String polygonWellKnownText, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryCollectionFromBinary(byte[] geometryCollectionWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryCollectionFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryCollectionFromText(java.lang.String geometryCollectionWellKnownText, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryFromBinary(byte[] wellKnownBinary) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryFromBinary(byte[] wellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryFromBinary(JCORefOut dupParam0) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryFromGml(java.lang.String geometryMarkup) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryFromGml(java.lang.String geometryMarkup, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryFromProviderValue(NetObject providerValue) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryFromText(java.lang.String wellKnownText) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryFromText(java.lang.String wellKnownText, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryLineFromBinary(byte[] lineWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryLineFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryLineFromText(java.lang.String lineWellKnownText, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryMultiLineFromBinary(byte[] multiLineWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryMultiLineFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryMultiLineFromText(java.lang.String multiLineWellKnownText, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryMultiPointFromBinary(byte[] multiPointWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryMultiPointFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryMultiPointFromText(java.lang.String multiPointWellKnownText, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryMultiPolygonFromBinary(byte[] multiPolygonWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryMultiPolygonFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryMultiPolygonFromText(java.lang.String multiPolygonKnownText, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryPointFromBinary(byte[] pointWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryPointFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryPointFromText(java.lang.String pointWellKnownText, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryPolygonFromBinary(byte[] polygonWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryPolygonFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GeometryPolygonFromText(java.lang.String polygonWellKnownText, int coordinateSystemId) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GetBoundary(DbGeometry geometryValue) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GetCentroid(DbGeometry geometryValue) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GetConvexHull(DbGeometry geometryValue) throws java.lang.Throwable
java.lang.Throwablepublic int GetCoordinateSystemId(DbGeography geographyValue) throws java.lang.Throwable
java.lang.Throwablepublic int GetCoordinateSystemId(DbGeometry geometryValue) throws java.lang.Throwable
java.lang.Throwablepublic static DbSpatialServices getDefault() throws java.lang.Throwable
java.lang.Throwablepublic int GetDimension(DbGeography geographyValue) throws java.lang.Throwable
java.lang.Throwablepublic int GetDimension(DbGeometry geometryValue) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GetEndPoint(DbGeography geographyValue) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GetEndPoint(DbGeometry geometryValue) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GetEnvelope(DbGeometry geometryValue) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GetExteriorRing(DbGeometry geometryValue) throws java.lang.Throwable
java.lang.Throwablepublic boolean GetIsEmpty(DbGeography geographyValue) throws java.lang.Throwable
java.lang.Throwablepublic boolean GetIsEmpty(DbGeometry geometryValue) throws java.lang.Throwable
java.lang.Throwablepublic boolean GetIsSimple(DbGeometry geometryValue) throws java.lang.Throwable
java.lang.Throwablepublic boolean GetIsValid(DbGeometry geometryValue) throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic DbGeometry GetPointOnSurface(DbGeometry geometryValue) throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String GetSpatialTypeName(DbGeography geographyValue) throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String GetSpatialTypeName(DbGeometry geometryValue) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography GetStartPoint(DbGeography geographyValue) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry GetStartPoint(DbGeometry geometryValue) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry InteriorRingAt(DbGeometry geometryValue, int index) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography Intersection(DbGeography geographyValue, DbGeography otherGeography) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry Intersection(DbGeometry geometryValue, DbGeometry otherGeometry) throws java.lang.Throwable
java.lang.Throwablepublic boolean Intersects(DbGeography geographyValue, DbGeography otherGeography) throws java.lang.Throwable
java.lang.Throwablepublic boolean Intersects(DbGeometry geometryValue, DbGeometry otherGeometry) throws java.lang.Throwable
java.lang.Throwablepublic boolean Overlaps(DbGeometry geometryValue, DbGeometry otherGeometry) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography PointAt(DbGeography geographyValue, int index) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry PointAt(DbGeometry geometryValue, int index) throws java.lang.Throwable
java.lang.Throwablepublic boolean Relate(DbGeometry geometryValue, DbGeometry otherGeometry, java.lang.String matrix) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic boolean SpatialEquals(DbGeography geographyValue, DbGeography otherGeography) throws java.lang.Throwable
java.lang.Throwablepublic boolean SpatialEquals(DbGeometry geometryValue, DbGeometry otherGeometry) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography SymmetricDifference(DbGeography geographyValue, DbGeography otherGeography) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry SymmetricDifference(DbGeometry geometryValue, DbGeometry otherGeometry) throws java.lang.Throwable
java.lang.Throwablepublic boolean Touches(DbGeometry geometryValue, DbGeometry otherGeometry) throws java.lang.Throwable
java.lang.Throwablepublic DbGeography Union(DbGeography geographyValue, DbGeography otherGeography) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry Union(DbGeometry geometryValue, DbGeometry otherGeometry) throws java.lang.Throwable
java.lang.Throwablepublic boolean Within(DbGeometry geometryValue, DbGeometry otherGeometry) throws java.lang.Throwable
java.lang.Throwable