public class DbGeometry extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.Spatial.DbGeometry
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.DbGeometry
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DbGeometry() |
DbGeometry(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
AsBinary() |
java.lang.String |
AsGml() |
java.lang.String |
AsText() |
static DbGeometry |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DbGeometry, a cast assert is made to check if types are compatible. |
boolean |
Contains(DbGeometry other) |
boolean |
Crosses(DbGeometry other) |
DbGeometry |
Difference(DbGeometry other) |
boolean |
Disjoint(DbGeometry other) |
DbGeometry |
ElementAt(int index) |
static DbGeometry |
FromBinary(byte[] wellKnownBinary) |
static DbGeometry |
FromBinary(byte[] wellKnownBinary,
int coordinateSystemId) |
static DbGeometry |
FromBinary(JCORefOut dupParam0) |
static DbGeometry |
FromBinary(JCORefOut dupParam0,
int dupParam1) |
static DbGeometry |
FromGml(java.lang.String geometryMarkup) |
static DbGeometry |
FromGml(java.lang.String geometryMarkup,
int coordinateSystemId) |
static DbGeometry |
FromText(java.lang.String wellKnownText) |
static DbGeometry |
FromText(java.lang.String wellKnownText,
int coordinateSystemId) |
static DbGeometry |
GeometryCollectionFromBinary(byte[] geometryCollectionWellKnownBinary,
int coordinateSystemId) |
static DbGeometry |
GeometryCollectionFromBinary(JCORefOut dupParam0,
int dupParam1) |
static DbGeometry |
GeometryCollectionFromText(java.lang.String geometryCollectionWellKnownText,
int coordinateSystemId) |
DbGeometry |
getBoundary() |
DbGeometry |
getCentroid() |
DbGeometry |
getConvexHull() |
int |
getCoordinateSystemId() |
static int |
getDefaultCoordinateSystemId() |
int |
getDimension() |
DbGeometry |
getEndPoint() |
DbGeometry |
getEnvelope() |
DbGeometry |
getExteriorRing() |
boolean |
getIsEmpty() |
boolean |
getIsSimple() |
boolean |
getIsValid() |
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() |
NetObject |
getProviderValue() |
java.lang.String |
getSpatialTypeName() |
DbGeometry |
getStartPoint() |
DbGeometryWellKnownValue |
getWellKnownValue() |
DbGeometry |
InteriorRingAt(int index) |
DbGeometry |
Intersection(DbGeometry other) |
boolean |
Intersects(DbGeometry other) |
static DbGeometry |
LineFromBinary(byte[] lineWellKnownBinary,
int coordinateSystemId) |
static DbGeometry |
LineFromBinary(JCORefOut dupParam0,
int dupParam1) |
static DbGeometry |
LineFromText(java.lang.String lineWellKnownText,
int coordinateSystemId) |
static DbGeometry |
MultiLineFromBinary(byte[] multiLineWellKnownBinary,
int coordinateSystemId) |
static DbGeometry |
MultiLineFromBinary(JCORefOut dupParam0,
int dupParam1) |
static DbGeometry |
MultiLineFromText(java.lang.String multiLineWellKnownText,
int coordinateSystemId) |
static DbGeometry |
MultiPointFromBinary(byte[] multiPointWellKnownBinary,
int coordinateSystemId) |
static DbGeometry |
MultiPointFromBinary(JCORefOut dupParam0,
int dupParam1) |
static DbGeometry |
MultiPointFromText(java.lang.String multiPointWellKnownText,
int coordinateSystemId) |
static DbGeometry |
MultiPolygonFromBinary(byte[] multiPolygonWellKnownBinary,
int coordinateSystemId) |
static DbGeometry |
MultiPolygonFromBinary(JCORefOut dupParam0,
int dupParam1) |
static DbGeometry |
MultiPolygonFromText(java.lang.String multiPolygonWellKnownText,
int coordinateSystemId) |
boolean |
Overlaps(DbGeometry other) |
DbGeometry |
PointAt(int index) |
static DbGeometry |
PointFromBinary(byte[] pointWellKnownBinary,
int coordinateSystemId) |
static DbGeometry |
PointFromBinary(JCORefOut dupParam0,
int dupParam1) |
static DbGeometry |
PointFromText(java.lang.String pointWellKnownText,
int coordinateSystemId) |
static DbGeometry |
PolygonFromBinary(byte[] polygonWellKnownBinary,
int coordinateSystemId) |
static DbGeometry |
PolygonFromBinary(JCORefOut dupParam0,
int dupParam1) |
static DbGeometry |
PolygonFromText(java.lang.String polygonWellKnownText,
int coordinateSystemId) |
boolean |
Relate(DbGeometry other,
java.lang.String matrix) |
void |
setJCOInstance(JCObject instance) |
void |
setWellKnownValue(DbGeometryWellKnownValue WellKnownValue) |
boolean |
SpatialEquals(DbGeometry other) |
DbGeometry |
SymmetricDifference(DbGeometry other) |
boolean |
Touches(DbGeometry other) |
DbGeometry |
Union(DbGeometry other) |
boolean |
Within(DbGeometry other) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DbGeometry()
throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic byte[] AsBinary()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String AsGml()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String AsText()
throws java.lang.Throwable
java.lang.Throwablepublic static DbGeometry cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DbGeometry, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDbGeometry instancejava.lang.Throwable - in case of error during cast operationpublic boolean Contains(DbGeometry other) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic boolean Crosses(DbGeometry other) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic DbGeometry Difference(DbGeometry other) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic boolean Disjoint(DbGeometry other) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic DbGeometry ElementAt(int index) throws java.lang.Throwable
java.lang.Throwablepublic static DbGeometry FromBinary(byte[] wellKnownBinary) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static DbGeometry FromBinary(byte[] wellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static DbGeometry FromBinary(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static DbGeometry FromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static DbGeometry FromGml(java.lang.String geometryMarkup) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static DbGeometry FromGml(java.lang.String geometryMarkup, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static DbGeometry FromText(java.lang.String wellKnownText) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static DbGeometry FromText(java.lang.String wellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static DbGeometry GeometryCollectionFromBinary(byte[] geometryCollectionWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static DbGeometry GeometryCollectionFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static DbGeometry GeometryCollectionFromText(java.lang.String geometryCollectionWellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic DbGeometry getBoundary() throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry getCentroid() throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry getConvexHull() throws java.lang.Throwable
java.lang.Throwablepublic int getCoordinateSystemId()
throws java.lang.Throwable
java.lang.Throwablepublic static int getDefaultCoordinateSystemId()
throws java.lang.Throwable
java.lang.Throwablepublic int getDimension()
throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry getEndPoint() throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry getEnvelope() throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry getExteriorRing() throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsEmpty()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsSimple()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsValid()
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() throws java.lang.Throwable
java.lang.Throwablepublic NetObject getProviderValue() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSpatialTypeName()
throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry getStartPoint() throws java.lang.Throwable
java.lang.Throwablepublic DbGeometryWellKnownValue getWellKnownValue() throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry InteriorRingAt(int index) throws java.lang.Throwable
java.lang.Throwablepublic DbGeometry Intersection(DbGeometry other) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic boolean Intersects(DbGeometry other) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static DbGeometry LineFromBinary(byte[] lineWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static DbGeometry LineFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static DbGeometry LineFromText(java.lang.String lineWellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static DbGeometry MultiLineFromBinary(byte[] multiLineWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static DbGeometry MultiLineFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static DbGeometry MultiLineFromText(java.lang.String multiLineWellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static DbGeometry MultiPointFromBinary(byte[] multiPointWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static DbGeometry MultiPointFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static DbGeometry MultiPointFromText(java.lang.String multiPointWellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static DbGeometry MultiPolygonFromBinary(byte[] multiPolygonWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static DbGeometry MultiPolygonFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static DbGeometry MultiPolygonFromText(java.lang.String multiPolygonWellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic boolean Overlaps(DbGeometry other) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic DbGeometry PointAt(int index) throws java.lang.Throwable
java.lang.Throwablepublic static DbGeometry PointFromBinary(byte[] pointWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static DbGeometry PointFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static DbGeometry PointFromText(java.lang.String pointWellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static DbGeometry PolygonFromBinary(byte[] polygonWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static DbGeometry PolygonFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static DbGeometry PolygonFromText(java.lang.String polygonWellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic boolean Relate(DbGeometry other, java.lang.String matrix) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setWellKnownValue(DbGeometryWellKnownValue WellKnownValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public boolean SpatialEquals(DbGeometry other) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic DbGeometry SymmetricDifference(DbGeometry other) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic boolean Touches(DbGeometry other) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic DbGeometry Union(DbGeometry other) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic boolean Within(DbGeometry other) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullException