|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
GeometryMetaData is an interface that contains information such as geometry column envelope, spatial reference system, and dimensional information.
Method Summary | |
Envelope |
getExtent()
Gets the extent of the whole geometry column. |
java.lang.String |
getGeometryColumnName()
Gets the database column name where the geometry resides. |
java.lang.String |
getGeometryTableName()
Gets the database table name where the geometry resides. |
int |
getNumDimensions()
Gets the number of dimensions. |
int |
getSpatialReferenceID()
Gets the spatial reference system ID of the whole geometry column. |
boolean |
isCompatible(GeometryMetaData metadata)
Determines if this geometry metadata object is compatible with another metadata object. |
Method Detail |
public java.lang.String getGeometryTableName()
public java.lang.String getGeometryColumnName()
public int getNumDimensions()
public Envelope getExtent()
public int getSpatialReferenceID()
public boolean isCompatible(GeometryMetaData metadata)
metadata
- the geometry metadata to check against
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |