Uses of Class
com.vividsolutions.jump.datastore.GeometryColumn
Packages that use GeometryColumn
Package
Description
-
Uses of GeometryColumn in com.vividsolutions.jump.datastore
Methods in com.vividsolutions.jump.datastore that return GeometryColumnMethods in com.vividsolutions.jump.datastore that return types with arguments of type GeometryColumnMethods in com.vividsolutions.jump.datastore with parameters of type GeometryColumnConstructors in com.vividsolutions.jump.datastore with parameters of type GeometryColumn -
Uses of GeometryColumn in com.vividsolutions.jump.datastore.h2
Methods in com.vividsolutions.jump.datastore.h2 that return types with arguments of type GeometryColumn -
Uses of GeometryColumn in com.vividsolutions.jump.datastore.mariadb
Methods in com.vividsolutions.jump.datastore.mariadb that return types with arguments of type GeometryColumn -
Uses of GeometryColumn in com.vividsolutions.jump.datastore.oracle
Methods in com.vividsolutions.jump.datastore.oracle that return types with arguments of type GeometryColumnModifier and TypeMethodDescriptionOracleDSMetadata.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 -
Uses of GeometryColumn in com.vividsolutions.jump.datastore.spatialdatabases
Methods in com.vividsolutions.jump.datastore.spatialdatabases that return types with arguments of type GeometryColumnModifier and TypeMethodDescriptionSpatialDatabasesDSMetadata.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 GeometryColumnModifier and TypeMethodDescriptionSpatialiteDSMetadata.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 GeometryColumnModifier and TypeMethodDescriptionprotected 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 GeometryColumnModifier and TypeMethodDescriptionprotected voidSpatialiteDSMetadata.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 GeometryColumnModifier and TypeMethodDescriptionObject[]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