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.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.DbGeographystatic JCTypeclassTypeThe 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.StringAsGml()java.lang.StringAsText()static DbGeographycast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoDbGeography, a cast assert is made to check if types are compatible.DbGeographyDifference(DbGeography other)booleanDisjoint(DbGeography other)DbGeographyElementAt(int index)static DbGeographyFromBinary(byte[] wellKnownBinary)static DbGeographyFromBinary(byte[] wellKnownBinary, int coordinateSystemId)static DbGeographyFromBinary(JCORefOut dupParam0)static DbGeographyFromBinary(JCORefOut dupParam0, int dupParam1)static DbGeographyFromGml(java.lang.String geographyMarkup)static DbGeographyFromGml(java.lang.String geographyMarkup, int coordinateSystemId)static DbGeographyFromText(java.lang.String wellKnownText)static DbGeographyFromText(java.lang.String wellKnownText, int coordinateSystemId)static DbGeographyGeographyCollectionFromBinary(byte[] geographyCollectionWellKnownBinary, int coordinateSystemId)static DbGeographyGeographyCollectionFromBinary(JCORefOut dupParam0, int dupParam1)static DbGeographyGeographyCollectionFromText(java.lang.String geographyCollectionWellKnownText, int coordinateSystemId)intgetCoordinateSystemId()static intgetDefaultCoordinateSystemId()intgetDimension()DbGeographygetEndPoint()booleangetIsEmpty()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 TypeNetObjectgetProviderValue()java.lang.StringgetSpatialTypeName()DbGeographygetStartPoint()DbGeographyWellKnownValuegetWellKnownValue()DbGeographyIntersection(DbGeography other)booleanIntersects(DbGeography other)static DbGeographyLineFromBinary(byte[] lineWellKnownBinary, int coordinateSystemId)static DbGeographyLineFromBinary(JCORefOut dupParam0, int dupParam1)static DbGeographyLineFromText(java.lang.String lineWellKnownText, int coordinateSystemId)static DbGeographyMultiLineFromBinary(byte[] multiLineWellKnownBinary, int coordinateSystemId)static DbGeographyMultiLineFromBinary(JCORefOut dupParam0, int dupParam1)static DbGeographyMultiLineFromText(java.lang.String multiLineWellKnownText, int coordinateSystemId)static DbGeographyMultiPointFromBinary(byte[] multiPointWellKnownBinary, int coordinateSystemId)static DbGeographyMultiPointFromBinary(JCORefOut dupParam0, int dupParam1)static DbGeographyMultiPointFromText(java.lang.String multiPointWellKnownText, int coordinateSystemId)static DbGeographyMultiPolygonFromBinary(byte[] multiPolygonWellKnownBinary, int coordinateSystemId)static DbGeographyMultiPolygonFromBinary(JCORefOut dupParam0, int dupParam1)static DbGeographyMultiPolygonFromText(java.lang.String multiPolygonWellKnownText, int coordinateSystemId)DbGeographyPointAt(int index)static DbGeographyPointFromBinary(byte[] pointWellKnownBinary, int coordinateSystemId)static DbGeographyPointFromBinary(JCORefOut dupParam0, int dupParam1)static DbGeographyPointFromText(java.lang.String pointWellKnownText, int coordinateSystemId)static DbGeographyPolygonFromBinary(byte[] polygonWellKnownBinary, int coordinateSystemId)static DbGeographyPolygonFromBinary(JCORefOut dupParam0, int dupParam1)static DbGeographyPolygonFromText(java.lang.String polygonWellKnownText, int coordinateSystemId)voidsetJCOInstance(JCObject instance)voidsetWellKnownValue(DbGeographyWellKnownValue WellKnownValue)booleanSpatialEquals(DbGeography other)DbGeographySymmetricDifference(DbGeography other)DbGeographyUnion(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: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 DbGeography cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoDbGeography, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
DbGeographyinstance- 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.ThrowableArgumentNullException
-
Intersects
public boolean Intersects(DbGeography other) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
SpatialEquals
public boolean SpatialEquals(DbGeography other) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
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.ThrowableArgumentNullException
-
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.ThrowableArgumentNullException
-
FromBinary
public static DbGeography FromBinary(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
FromBinary
public static DbGeography FromBinary(byte[] wellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
FromBinary
public static DbGeography FromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
FromGml
public static DbGeography FromGml(java.lang.String geographyMarkup) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
FromGml
public static DbGeography FromGml(java.lang.String geographyMarkup, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
FromText
public static DbGeography FromText(java.lang.String wellKnownText) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
FromText
public static DbGeography FromText(java.lang.String wellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
GeographyCollectionFromBinary
public static DbGeography GeographyCollectionFromBinary(byte[] geographyCollectionWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
GeographyCollectionFromBinary
public static DbGeography GeographyCollectionFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
GeographyCollectionFromText
public static DbGeography GeographyCollectionFromText(java.lang.String geographyCollectionWellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
Intersection
public DbGeography Intersection(DbGeography other) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
LineFromBinary
public static DbGeography LineFromBinary(byte[] lineWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
LineFromBinary
public static DbGeography LineFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
LineFromText
public static DbGeography LineFromText(java.lang.String lineWellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
MultiLineFromBinary
public static DbGeography MultiLineFromBinary(byte[] multiLineWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
MultiLineFromBinary
public static DbGeography MultiLineFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
MultiLineFromText
public static DbGeography MultiLineFromText(java.lang.String multiLineWellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
MultiPointFromBinary
public static DbGeography MultiPointFromBinary(byte[] multiPointWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
MultiPointFromBinary
public static DbGeography MultiPointFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
MultiPointFromText
public static DbGeography MultiPointFromText(java.lang.String multiPointWellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
MultiPolygonFromBinary
public static DbGeography MultiPolygonFromBinary(byte[] multiPolygonWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
MultiPolygonFromBinary
public static DbGeography MultiPolygonFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
MultiPolygonFromText
public static DbGeography MultiPolygonFromText(java.lang.String multiPolygonWellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
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.ThrowableArgumentNullException
-
PointFromBinary
public static DbGeography PointFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
PointFromText
public static DbGeography PointFromText(java.lang.String pointWellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
PolygonFromBinary
public static DbGeography PolygonFromBinary(byte[] polygonWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
PolygonFromBinary
public static DbGeography PolygonFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
PolygonFromText
public static DbGeography PolygonFromText(java.lang.String polygonWellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
SymmetricDifference
public DbGeography SymmetricDifference(DbGeography other) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
Union
public DbGeography Union(DbGeography other) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
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
-
-