public class SDOGeometry extends Object
Constructor and Description |
---|
SDOGeometry(org.geolatte.geom.codec.db.oracle.SDOGType gtype,
int srid,
org.geolatte.geom.codec.db.oracle.SDOPoint point,
org.geolatte.geom.codec.db.oracle.ElemInfo info,
org.geolatte.geom.codec.db.oracle.Ordinates ordinates) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getDimension() |
SDOGeometry[] |
getElementGeometries()
If this SDOGeometry is a COLLECTION, this method returns an array of
the SDO_GEOMETRIES that make up the collection.
|
org.geolatte.geom.codec.db.oracle.SDOGType |
getGType() |
org.geolatte.geom.codec.db.oracle.ElemInfo |
getInfo() |
int |
getLRSDimension() |
int |
getNumElements()
Gets the number of elements or compound elements.
|
org.geolatte.geom.codec.db.oracle.Ordinates |
getOrdinates() |
org.geolatte.geom.codec.db.oracle.SDOPoint |
getPoint() |
static String |
getPointTypeName() |
int |
getSRID() |
static String |
getTypeName() |
int |
getZDimension() |
int |
hashCode() |
boolean |
isLRSGeometry() |
static SDOGeometry |
load(Struct struct) |
String |
toString() |
public SDOGeometry(org.geolatte.geom.codec.db.oracle.SDOGType gtype, int srid, org.geolatte.geom.codec.db.oracle.SDOPoint point, org.geolatte.geom.codec.db.oracle.ElemInfo info, org.geolatte.geom.codec.db.oracle.Ordinates ordinates)
public static String getTypeName()
public static String getPointTypeName()
public static SDOGeometry load(Struct struct)
public org.geolatte.geom.codec.db.oracle.ElemInfo getInfo()
public org.geolatte.geom.codec.db.oracle.SDOGType getGType()
public org.geolatte.geom.codec.db.oracle.Ordinates getOrdinates()
public org.geolatte.geom.codec.db.oracle.SDOPoint getPoint()
public int getSRID()
public boolean isLRSGeometry()
public int getDimension()
public int getLRSDimension()
public int getZDimension()
public int getNumElements()
public SDOGeometry[] getElementGeometries()
Copyright © 2022 geolatte.org. All rights reserved.