Package system.data.spatial
Class DbGeography
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.data.spatial.DbGeography
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class DbGeography extends NetObject
The base .NET class managing System.Data.Spatial.DbGeography, 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.DbGeography
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.DbGeographystatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description DbGeography()
DbGeography(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
AsBinary()
java.lang.String
AsGml()
java.lang.String
AsText()
static DbGeography
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoDbGeography
, 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 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 TypeNetObject
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)
-
-
-
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.DbGeography- 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 DbGeography cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoDbGeography
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
DbGeography
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Disjoint
public boolean Disjoint(DbGeography other) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
Intersects
public boolean Intersects(DbGeography other) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
SpatialEquals
public boolean SpatialEquals(DbGeography other) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
AsBinary
public byte[] AsBinary() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Difference
public DbGeography Difference(DbGeography other) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
ElementAt
public DbGeography ElementAt(int index) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
FromBinary
public static DbGeography FromBinary(byte[] wellKnownBinary) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
FromBinary
public static DbGeography FromBinary(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
FromBinary
public static DbGeography FromBinary(byte[] wellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
FromBinary
public static DbGeography FromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
FromGml
public static DbGeography FromGml(java.lang.String geographyMarkup) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
FromGml
public static DbGeography FromGml(java.lang.String geographyMarkup, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
FromText
public static DbGeography FromText(java.lang.String wellKnownText) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
FromText
public static DbGeography FromText(java.lang.String wellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
GeographyCollectionFromBinary
public static DbGeography GeographyCollectionFromBinary(byte[] geographyCollectionWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
GeographyCollectionFromBinary
public static DbGeography GeographyCollectionFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
GeographyCollectionFromText
public static DbGeography GeographyCollectionFromText(java.lang.String geographyCollectionWellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
Intersection
public DbGeography Intersection(DbGeography other) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
LineFromBinary
public static DbGeography LineFromBinary(byte[] lineWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
LineFromBinary
public static DbGeography LineFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
LineFromText
public static DbGeography LineFromText(java.lang.String lineWellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
MultiLineFromBinary
public static DbGeography MultiLineFromBinary(byte[] multiLineWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
MultiLineFromBinary
public static DbGeography MultiLineFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
MultiLineFromText
public static DbGeography MultiLineFromText(java.lang.String multiLineWellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
MultiPointFromBinary
public static DbGeography MultiPointFromBinary(byte[] multiPointWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
MultiPointFromBinary
public static DbGeography MultiPointFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
MultiPointFromText
public static DbGeography MultiPointFromText(java.lang.String multiPointWellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
MultiPolygonFromBinary
public static DbGeography MultiPolygonFromBinary(byte[] multiPolygonWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
MultiPolygonFromBinary
public static DbGeography MultiPolygonFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
MultiPolygonFromText
public static DbGeography MultiPolygonFromText(java.lang.String multiPolygonWellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
PointAt
public DbGeography PointAt(int index) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
PointFromBinary
public static DbGeography PointFromBinary(byte[] pointWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
PointFromBinary
public static DbGeography PointFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
PointFromText
public static DbGeography PointFromText(java.lang.String pointWellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
PolygonFromBinary
public static DbGeography PolygonFromBinary(byte[] polygonWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
PolygonFromBinary
public static DbGeography PolygonFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
PolygonFromText
public static DbGeography PolygonFromText(java.lang.String polygonWellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
SymmetricDifference
public DbGeography SymmetricDifference(DbGeography other) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
Union
public DbGeography Union(DbGeography other) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
AsGml
public java.lang.String AsGml() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
AsText
public java.lang.String AsText() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsEmpty
public boolean getIsEmpty() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCoordinateSystemId
public int getCoordinateSystemId() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDefaultCoordinateSystemId
public static int getDefaultCoordinateSystemId() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDimension
public int getDimension() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEndPoint
public DbGeography getEndPoint() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getStartPoint
public DbGeography getStartPoint() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWellKnownValue
public DbGeographyWellKnownValue getWellKnownValue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setWellKnownValue
public void setWellKnownValue(DbGeographyWellKnownValue WellKnownValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
getProviderValue
public NetObject getProviderValue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSpatialTypeName
public java.lang.String getSpatialTypeName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-