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