Package system.data.spatial
Class DbGeometry
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.data.spatial.DbGeometry
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class DbGeometry extends NetObject
The base .NET class managing System.Data.Spatial.DbGeometry, 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.DbGeometry
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.DbGeometrystatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description DbGeometry()DbGeometry(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 DbGeometrycast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoDbGeometry, a cast assert is made to check if types are compatible.booleanContains(DbGeometry other)booleanCrosses(DbGeometry other)DbGeometryDifference(DbGeometry other)booleanDisjoint(DbGeometry other)DbGeometryElementAt(int index)static DbGeometryFromBinary(byte[] wellKnownBinary)static DbGeometryFromBinary(byte[] wellKnownBinary, int coordinateSystemId)static DbGeometryFromBinary(JCORefOut dupParam0)static DbGeometryFromBinary(JCORefOut dupParam0, int dupParam1)static DbGeometryFromGml(java.lang.String geometryMarkup)static DbGeometryFromGml(java.lang.String geometryMarkup, int coordinateSystemId)static DbGeometryFromText(java.lang.String wellKnownText)static DbGeometryFromText(java.lang.String wellKnownText, int coordinateSystemId)static DbGeometryGeometryCollectionFromBinary(byte[] geometryCollectionWellKnownBinary, int coordinateSystemId)static DbGeometryGeometryCollectionFromBinary(JCORefOut dupParam0, int dupParam1)static DbGeometryGeometryCollectionFromText(java.lang.String geometryCollectionWellKnownText, int coordinateSystemId)DbGeometrygetBoundary()DbGeometrygetCentroid()DbGeometrygetConvexHull()intgetCoordinateSystemId()static intgetDefaultCoordinateSystemId()intgetDimension()DbGeometrygetEndPoint()DbGeometrygetEnvelope()DbGeometrygetExteriorRing()booleangetIsEmpty()booleangetIsSimple()booleangetIsValid()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()NetObjectgetProviderValue()java.lang.StringgetSpatialTypeName()DbGeometrygetStartPoint()DbGeometryWellKnownValuegetWellKnownValue()DbGeometryInteriorRingAt(int index)DbGeometryIntersection(DbGeometry other)booleanIntersects(DbGeometry other)static DbGeometryLineFromBinary(byte[] lineWellKnownBinary, int coordinateSystemId)static DbGeometryLineFromBinary(JCORefOut dupParam0, int dupParam1)static DbGeometryLineFromText(java.lang.String lineWellKnownText, int coordinateSystemId)static DbGeometryMultiLineFromBinary(byte[] multiLineWellKnownBinary, int coordinateSystemId)static DbGeometryMultiLineFromBinary(JCORefOut dupParam0, int dupParam1)static DbGeometryMultiLineFromText(java.lang.String multiLineWellKnownText, int coordinateSystemId)static DbGeometryMultiPointFromBinary(byte[] multiPointWellKnownBinary, int coordinateSystemId)static DbGeometryMultiPointFromBinary(JCORefOut dupParam0, int dupParam1)static DbGeometryMultiPointFromText(java.lang.String multiPointWellKnownText, int coordinateSystemId)static DbGeometryMultiPolygonFromBinary(byte[] multiPolygonWellKnownBinary, int coordinateSystemId)static DbGeometryMultiPolygonFromBinary(JCORefOut dupParam0, int dupParam1)static DbGeometryMultiPolygonFromText(java.lang.String multiPolygonWellKnownText, int coordinateSystemId)booleanOverlaps(DbGeometry other)DbGeometryPointAt(int index)static DbGeometryPointFromBinary(byte[] pointWellKnownBinary, int coordinateSystemId)static DbGeometryPointFromBinary(JCORefOut dupParam0, int dupParam1)static DbGeometryPointFromText(java.lang.String pointWellKnownText, int coordinateSystemId)static DbGeometryPolygonFromBinary(byte[] polygonWellKnownBinary, int coordinateSystemId)static DbGeometryPolygonFromBinary(JCORefOut dupParam0, int dupParam1)static DbGeometryPolygonFromText(java.lang.String polygonWellKnownText, int coordinateSystemId)booleanRelate(DbGeometry other, java.lang.String matrix)voidsetJCOInstance(JCObject instance)voidsetWellKnownValue(DbGeometryWellKnownValue WellKnownValue)booleanSpatialEquals(DbGeometry other)DbGeometrySymmetricDifference(DbGeometry other)booleanTouches(DbGeometry other)DbGeometryUnion(DbGeometry other)booleanWithin(DbGeometry 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.DbGeometry- 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 DbGeometry cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoDbGeometry, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
DbGeometryinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Contains
public boolean Contains(DbGeometry other) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
Crosses
public boolean Crosses(DbGeometry other) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
Disjoint
public boolean Disjoint(DbGeometry other) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
Intersects
public boolean Intersects(DbGeometry other) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
Overlaps
public boolean Overlaps(DbGeometry other) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
Relate
public boolean Relate(DbGeometry other, java.lang.String matrix) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
SpatialEquals
public boolean SpatialEquals(DbGeometry other) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
Touches
public boolean Touches(DbGeometry other) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
Within
public boolean Within(DbGeometry other) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
AsBinary
public byte[] AsBinary() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
Difference
public DbGeometry Difference(DbGeometry other) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
ElementAt
public DbGeometry ElementAt(int index) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
FromBinary
public static DbGeometry FromBinary(byte[] wellKnownBinary) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
FromBinary
public static DbGeometry FromBinary(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
FromBinary
public static DbGeometry FromBinary(byte[] wellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
FromBinary
public static DbGeometry FromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
FromGml
public static DbGeometry FromGml(java.lang.String geometryMarkup) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
FromGml
public static DbGeometry FromGml(java.lang.String geometryMarkup, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
FromText
public static DbGeometry FromText(java.lang.String wellKnownText) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
FromText
public static DbGeometry FromText(java.lang.String wellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
GeometryCollectionFromBinary
public static DbGeometry GeometryCollectionFromBinary(byte[] geometryCollectionWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
GeometryCollectionFromBinary
public static DbGeometry GeometryCollectionFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
GeometryCollectionFromText
public static DbGeometry GeometryCollectionFromText(java.lang.String geometryCollectionWellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
InteriorRingAt
public DbGeometry InteriorRingAt(int index) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Intersection
public DbGeometry Intersection(DbGeometry other) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
LineFromBinary
public static DbGeometry LineFromBinary(byte[] lineWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
LineFromBinary
public static DbGeometry LineFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
LineFromText
public static DbGeometry LineFromText(java.lang.String lineWellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
MultiLineFromBinary
public static DbGeometry MultiLineFromBinary(byte[] multiLineWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
MultiLineFromBinary
public static DbGeometry MultiLineFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
MultiLineFromText
public static DbGeometry MultiLineFromText(java.lang.String multiLineWellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
MultiPointFromBinary
public static DbGeometry MultiPointFromBinary(byte[] multiPointWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
MultiPointFromBinary
public static DbGeometry MultiPointFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
MultiPointFromText
public static DbGeometry MultiPointFromText(java.lang.String multiPointWellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
MultiPolygonFromBinary
public static DbGeometry MultiPolygonFromBinary(byte[] multiPolygonWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
MultiPolygonFromBinary
public static DbGeometry MultiPolygonFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
MultiPolygonFromText
public static DbGeometry MultiPolygonFromText(java.lang.String multiPolygonWellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
PointAt
public DbGeometry PointAt(int index) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
PointFromBinary
public static DbGeometry PointFromBinary(byte[] pointWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
PointFromBinary
public static DbGeometry PointFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
PointFromText
public static DbGeometry PointFromText(java.lang.String pointWellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
PolygonFromBinary
public static DbGeometry PolygonFromBinary(byte[] polygonWellKnownBinary, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
PolygonFromBinary
public static DbGeometry PolygonFromBinary(JCORefOut dupParam0, int dupParam1) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
PolygonFromText
public static DbGeometry PolygonFromText(java.lang.String polygonWellKnownText, int coordinateSystemId) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
SymmetricDifference
public DbGeometry SymmetricDifference(DbGeometry other) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
Union
public DbGeometry Union(DbGeometry 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
-
getIsSimple
public boolean getIsSimple() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIsValid
public boolean getIsValid() 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
-
getBoundary
public DbGeometry getBoundary() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCentroid
public DbGeometry getCentroid() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getConvexHull
public DbGeometry getConvexHull() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEndPoint
public DbGeometry getEndPoint() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEnvelope
public DbGeometry getEnvelope() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getExteriorRing
public DbGeometry getExteriorRing() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPointOnSurface
public DbGeometry getPointOnSurface() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getStartPoint
public DbGeometry getStartPoint() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWellKnownValue
public DbGeometryWellKnownValue getWellKnownValue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setWellKnownValue
public void setWellKnownValue(DbGeometryWellKnownValue 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
-
-