Uses of Class
com.vividsolutions.jump.datastore.GeometryColumn
-
-
Uses of GeometryColumn in com.vividsolutions.jump.datastore
Methods in com.vividsolutions.jump.datastore that return GeometryColumn Modifier and Type Method Description GeometryColumn
DataStoreLayer. getGeoCol()
Methods in com.vividsolutions.jump.datastore that return types with arguments of type GeometryColumn Modifier and Type Method Description List<GeometryColumn>
DataStoreMetadata. getGeometryAttributes(String datasetName)
Methods in com.vividsolutions.jump.datastore with parameters of type GeometryColumn Modifier and Type Method Description void
DataStoreLayer. setGeoCol(GeometryColumn geoCol)
Constructors in com.vividsolutions.jump.datastore with parameters of type GeometryColumn Constructor Description DataStoreLayer(String fName, GeometryColumn geoCol)
-
Uses of GeometryColumn in com.vividsolutions.jump.datastore.h2
Methods in com.vividsolutions.jump.datastore.h2 that return types with arguments of type GeometryColumn Modifier and Type Method Description List<GeometryColumn>
H2DSMetadata. getGeometryAttributes(String datasetName)
-
Uses of GeometryColumn in com.vividsolutions.jump.datastore.mariadb
Methods in com.vividsolutions.jump.datastore.mariadb that return types with arguments of type GeometryColumn Modifier and Type Method Description List<GeometryColumn>
MariadbDSMetadata. getGeometryAttributes(String datasetName)
-
Uses of GeometryColumn in com.vividsolutions.jump.datastore.oracle
Methods in com.vividsolutions.jump.datastore.oracle that return types with arguments of type GeometryColumn Modifier and Type Method Description List<GeometryColumn>
OracleDSMetadata. getGeometryAttributes(String datasetName)
protected List<GeometryColumn>
OracleDSMetadata. getGeometryAttributes(String sql, String datasetName)
-
Uses of GeometryColumn in com.vividsolutions.jump.datastore.postgis
Methods in com.vividsolutions.jump.datastore.postgis that return types with arguments of type GeometryColumn Modifier and Type Method Description List<GeometryColumn>
PostgisDSMetadata. getGeometryAttributes(String datasetName)
-
Uses of GeometryColumn in com.vividsolutions.jump.datastore.spatialdatabases
Methods in com.vividsolutions.jump.datastore.spatialdatabases that return types with arguments of type GeometryColumn Modifier and Type Method Description List<GeometryColumn>
SpatialDatabasesDSMetadata. getGeometryAttributes(String datasetName)
Retrieves list of geometric tables from a custom DB Query: Should use OGC metadata geoemtry_columns or equivalent mechanism according to target DB.protected List<GeometryColumn>
SpatialDatabasesDSMetadata. getGeometryAttributes(String sql, String datasetName)
-
Uses of GeometryColumn in com.vividsolutions.jump.datastore.spatialite
Methods in com.vividsolutions.jump.datastore.spatialite that return GeometryColumn Modifier and Type Method Description GeometryColumn
SpatialiteDSMetadata. getGeometryColumn(String datasetName, String geoCol)
Convenience method to get a geometryColumn object from this metadataMethods in com.vividsolutions.jump.datastore.spatialite that return types with arguments of type GeometryColumn Modifier and Type Method Description protected List<GeometryColumn>
SpatialiteDSMetadata. getGeometryAttributes(String sql, String datasetName)
Overridden to deal with indexed geometry columns, as queries to get features are different if spatial index is detected on the column.Methods in com.vividsolutions.jump.datastore.spatialite with parameters of type GeometryColumn Modifier and Type Method Description protected void
SpatialiteDSMetadata. setIndexInfo(String datasetName, GeometryColumn gc)
set if given gc column is spatially indexed (true/false) according to spatialite DB type -
Uses of GeometryColumn in com.vividsolutions.jump.workbench.ui.plugin.datastore
Method parameters in com.vividsolutions.jump.workbench.ui.plugin.datastore with type arguments of type GeometryColumn Modifier and Type Method Description Object[]
AddDatastoreLayerPanel. sortGeometryColumns(List<GeometryColumn> list)
-
Uses of GeometryColumn in org.openjump.core.ui.plugin.datastore
Methods in org.openjump.core.ui.plugin.datastore that return GeometryColumn Modifier and Type Method Description GeometryColumn
AddWritableDataStoreLayerPanel. getGeometryColumn()
-