public interface DataStoreMetadata
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getDatasetNames() |
com.vividsolutions.jts.geom.Envelope |
getExtents(java.lang.String datasetName,
java.lang.String attributeName) |
java.util.List<GeometryColumn> |
getGeometryAttributes(java.lang.String datasetName) |
java.util.List<PrimaryKeyColumn> |
getPrimaryKeyColumns(java.lang.String datasetName)
Returns columns of this dataset involved in the Primary Key.
|
java.lang.String[] getDatasetNames()
java.util.List<GeometryColumn> getGeometryAttributes(java.lang.String datasetName)
java.util.List<PrimaryKeyColumn> getPrimaryKeyColumns(java.lang.String datasetName)
datasetName
- the table name (optionally prefixed by a schema name)com.vividsolutions.jts.geom.Envelope getExtents(java.lang.String datasetName, java.lang.String attributeName)
datasetName
- table name (optionally prefixed by a schema name)attributeName
- column containing the Geometry