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.StringassemblyFullNameFully assembly qualified name: System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Data.Entitystatic java.lang.StringclassNameQualified class name: System.Data.Spatial.DbSpatialServicesstatic JCTypeclassTypeThe 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.StringAsGml(DbGeography geographyValue)java.lang.StringAsGml(DbGeometry geometryValue)java.lang.StringAsText(DbGeography geographyValue)java.lang.StringAsText(DbGeometry geometryValue)java.lang.StringAsTextIncludingElevationAndMeasure(DbGeography geographyValue)java.lang.StringAsTextIncludingElevationAndMeasure(DbGeometry geometryValue)DbGeographyBuffer(DbGeography geographyValue, double distance)DbGeometryBuffer(DbGeometry geometryValue, double distance)static DbSpatialServicescast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoDbSpatialServices, a cast assert is made to check if types are compatible.booleanContains(DbGeometry geometryValue, DbGeometry otherGeometry)NetObjectCreateProviderValue(DbGeographyWellKnownValue wellKnownValue)NetObjectCreateProviderValue(DbGeometryWellKnownValue wellKnownValue)DbGeographyWellKnownValueCreateWellKnownValue(DbGeography geographyValue)DbGeometryWellKnownValueCreateWellKnownValue(DbGeometry geometryValue)booleanCrosses(DbGeometry geometryValue, DbGeometry otherGeometry)DbGeographyDifference(DbGeography geographyValue, DbGeography otherGeography)DbGeometryDifference(DbGeometry geometryValue, DbGeometry otherGeometry)booleanDisjoint(DbGeography geographyValue, DbGeography otherGeography)booleanDisjoint(DbGeometry geometryValue, DbGeometry otherGeometry)doubleDistance(DbGeography geographyValue, DbGeography otherGeography)doubleDistance(DbGeometry geometryValue, DbGeometry otherGeometry)DbGeographyElementAt(DbGeography geographyValue, int index)DbGeometryElementAt(DbGeometry geometryValue, int index)DbGeographyGeographyCollectionFromBinary(byte[] geographyCollectionWellKnownBinary, int coordinateSystemId)DbGeographyGeographyCollectionFromBinary(JCORefOut dupParam0, int dupParam1)DbGeographyGeographyCollectionFromText(java.lang.String geographyCollectionWellKnownText, int coordinateSystemId)DbGeographyGeographyFromBinary(byte[] wellKnownBinary)DbGeographyGeographyFromBinary(byte[] wellKnownBinary, int coordinateSystemId)DbGeographyGeographyFromBinary(JCORefOut dupParam0)DbGeographyGeographyFromBinary(JCORefOut dupParam0, int dupParam1)DbGeographyGeographyFromGml(java.lang.String geographyMarkup)DbGeographyGeographyFromGml(java.lang.String geographyMarkup, int coordinateSystemId)DbGeographyGeographyFromProviderValue(NetObject providerValue)DbGeographyGeographyFromText(java.lang.String wellKnownText)DbGeographyGeographyFromText(java.lang.String wellKnownText, int coordinateSystemId)DbGeographyGeographyLineFromBinary(byte[] lineWellKnownBinary, int coordinateSystemId)DbGeographyGeographyLineFromBinary(JCORefOut dupParam0, int dupParam1)DbGeographyGeographyLineFromText(java.lang.String lineWellKnownText, int coordinateSystemId)DbGeographyGeographyMultiLineFromBinary(byte[] multiLineWellKnownBinary, int coordinateSystemId)DbGeographyGeographyMultiLineFromBinary(JCORefOut dupParam0, int dupParam1)DbGeographyGeographyMultiLineFromText(java.lang.String multiLineWellKnownText, int coordinateSystemId)DbGeographyGeographyMultiPointFromBinary(byte[] multiPointWellKnownBinary, int coordinateSystemId)DbGeographyGeographyMultiPointFromBinary(JCORefOut dupParam0, int dupParam1)DbGeographyGeographyMultiPointFromText(java.lang.String multiPointWellKnownText, int coordinateSystemId)DbGeographyGeographyMultiPolygonFromBinary(byte[] multiPolygonWellKnownBinary, int coordinateSystemId)DbGeographyGeographyMultiPolygonFromBinary(JCORefOut dupParam0, int dupParam1)DbGeographyGeographyMultiPolygonFromText(java.lang.String multiPolygonWellKnownText, int coordinateSystemId)DbGeographyGeographyPointFromBinary(byte[] pointWellKnownBinary, int coordinateSystemId)DbGeographyGeographyPointFromBinary(JCORefOut dupParam0, int dupParam1)DbGeographyGeographyPointFromText(java.lang.String pointWellKnownText, int coordinateSystemId)DbGeographyGeographyPolygonFromBinary(byte[] polygonWellKnownBinary, int coordinateSystemId)DbGeographyGeographyPolygonFromBinary(JCORefOut dupParam0, int dupParam1)DbGeographyGeographyPolygonFromText(java.lang.String polygonWellKnownText, int coordinateSystemId)DbGeometryGeometryCollectionFromBinary(byte[] geometryCollectionWellKnownBinary, int coordinateSystemId)DbGeometryGeometryCollectionFromBinary(JCORefOut dupParam0, int dupParam1)DbGeometryGeometryCollectionFromText(java.lang.String geometryCollectionWellKnownText, int coordinateSystemId)DbGeometryGeometryFromBinary(byte[] wellKnownBinary)DbGeometryGeometryFromBinary(byte[] wellKnownBinary, int coordinateSystemId)DbGeometryGeometryFromBinary(JCORefOut dupParam0)DbGeometryGeometryFromBinary(JCORefOut dupParam0, int dupParam1)DbGeometryGeometryFromGml(java.lang.String geometryMarkup)DbGeometryGeometryFromGml(java.lang.String geometryMarkup, int coordinateSystemId)DbGeometryGeometryFromProviderValue(NetObject providerValue)DbGeometryGeometryFromText(java.lang.String wellKnownText)DbGeometryGeometryFromText(java.lang.String wellKnownText, int coordinateSystemId)DbGeometryGeometryLineFromBinary(byte[] lineWellKnownBinary, int coordinateSystemId)DbGeometryGeometryLineFromBinary(JCORefOut dupParam0, int dupParam1)DbGeometryGeometryLineFromText(java.lang.String lineWellKnownText, int coordinateSystemId)DbGeometryGeometryMultiLineFromBinary(byte[] multiLineWellKnownBinary, int coordinateSystemId)DbGeometryGeometryMultiLineFromBinary(JCORefOut dupParam0, int dupParam1)DbGeometryGeometryMultiLineFromText(java.lang.String multiLineWellKnownText, int coordinateSystemId)DbGeometryGeometryMultiPointFromBinary(byte[] multiPointWellKnownBinary, int coordinateSystemId)DbGeometryGeometryMultiPointFromBinary(JCORefOut dupParam0, int dupParam1)DbGeometryGeometryMultiPointFromText(java.lang.String multiPointWellKnownText, int coordinateSystemId)DbGeometryGeometryMultiPolygonFromBinary(byte[] multiPolygonWellKnownBinary, int coordinateSystemId)DbGeometryGeometryMultiPolygonFromBinary(JCORefOut dupParam0, int dupParam1)DbGeometryGeometryMultiPolygonFromText(java.lang.String multiPolygonKnownText, int coordinateSystemId)DbGeometryGeometryPointFromBinary(byte[] pointWellKnownBinary, int coordinateSystemId)DbGeometryGeometryPointFromBinary(JCORefOut dupParam0, int dupParam1)DbGeometryGeometryPointFromText(java.lang.String pointWellKnownText, int coordinateSystemId)DbGeometryGeometryPolygonFromBinary(byte[] polygonWellKnownBinary, int coordinateSystemId)DbGeometryGeometryPolygonFromBinary(JCORefOut dupParam0, int dupParam1)DbGeometryGeometryPolygonFromText(java.lang.String polygonWellKnownText, int coordinateSystemId)DbGeometryGetBoundary(DbGeometry geometryValue)DbGeometryGetCentroid(DbGeometry geometryValue)DbGeometryGetConvexHull(DbGeometry geometryValue)intGetCoordinateSystemId(DbGeography geographyValue)intGetCoordinateSystemId(DbGeometry geometryValue)static DbSpatialServicesgetDefault()intGetDimension(DbGeography geographyValue)intGetDimension(DbGeometry geometryValue)DbGeographyGetEndPoint(DbGeography geographyValue)DbGeometryGetEndPoint(DbGeometry geometryValue)DbGeometryGetEnvelope(DbGeometry geometryValue)DbGeometryGetExteriorRing(DbGeometry geometryValue)booleanGetIsEmpty(DbGeography geographyValue)booleanGetIsEmpty(DbGeometry geometryValue)booleanGetIsSimple(DbGeometry geometryValue)booleanGetIsValid(DbGeometry geometryValue)java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeDbGeometryGetPointOnSurface(DbGeometry geometryValue)java.lang.StringGetSpatialTypeName(DbGeography geographyValue)java.lang.StringGetSpatialTypeName(DbGeometry geometryValue)DbGeographyGetStartPoint(DbGeography geographyValue)DbGeometryGetStartPoint(DbGeometry geometryValue)DbGeometryInteriorRingAt(DbGeometry geometryValue, int index)DbGeographyIntersection(DbGeography geographyValue, DbGeography otherGeography)DbGeometryIntersection(DbGeometry geometryValue, DbGeometry otherGeometry)booleanIntersects(DbGeography geographyValue, DbGeography otherGeography)booleanIntersects(DbGeometry geometryValue, DbGeometry otherGeometry)booleanOverlaps(DbGeometry geometryValue, DbGeometry otherGeometry)DbGeographyPointAt(DbGeography geographyValue, int index)DbGeometryPointAt(DbGeometry geometryValue, int index)booleanRelate(DbGeometry geometryValue, DbGeometry otherGeometry, java.lang.String matrix)voidsetJCOInstance(JCObject instance)booleanSpatialEquals(DbGeography geographyValue, DbGeography otherGeography)booleanSpatialEquals(DbGeometry geometryValue, DbGeometry otherGeometry)DbGeographySymmetricDifference(DbGeography geographyValue, DbGeography otherGeography)DbGeometrySymmetricDifference(DbGeometry geometryValue, DbGeometry otherGeometry)booleanTouches(DbGeometry geometryValue, DbGeometry otherGeometry)DbGeographyUnion(DbGeography geographyValue, DbGeography otherGeography)DbGeometryUnion(DbGeometry geometryValue, DbGeometry otherGeometry)booleanWithin(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:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static DbSpatialServices cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoDbSpatialServices, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
DbSpatialServicesinstance- 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
-
-