Uses of Class
com.vividsolutions.jump.datastore.spatialdatabases.SpatialDatabasesDSConnection
-
-
Uses of SpatialDatabasesDSConnection in com.vividsolutions.jump.datastore.h2
Subclasses of SpatialDatabasesDSConnection in com.vividsolutions.jump.datastore.h2 Modifier and Type Class Description class
H2DSConnection
Connection to a H2GIS database. -
Uses of SpatialDatabasesDSConnection in com.vividsolutions.jump.datastore.mariadb
Subclasses of SpatialDatabasesDSConnection in com.vividsolutions.jump.datastore.mariadb Modifier and Type Class Description class
MariadbDSConnection
-
Uses of SpatialDatabasesDSConnection in com.vividsolutions.jump.datastore.oracle
Subclasses of SpatialDatabasesDSConnection in com.vividsolutions.jump.datastore.oracle Modifier and Type Class Description class
OracleDSConnection
-
Uses of SpatialDatabasesDSConnection in com.vividsolutions.jump.datastore.postgis
Subclasses of SpatialDatabasesDSConnection in com.vividsolutions.jump.datastore.postgis Modifier and Type Class Description class
PostgisDSConnection
-
Uses of SpatialDatabasesDSConnection in com.vividsolutions.jump.datastore.spatialite
Subclasses of SpatialDatabasesDSConnection in com.vividsolutions.jump.datastore.spatialite Modifier and Type Class Description class
SpatialiteDSConnection
-
Uses of SpatialDatabasesDSConnection in org.openjump.core.ui.plugin.datastore
Methods in org.openjump.core.ui.plugin.datastore with parameters of type SpatialDatabasesDSConnection Modifier and Type Method Description protected abstract void
WritableDataStoreDataSource. addDBPrimaryKey(SpatialDatabasesDSConnection conn, String primaryKey)
Add an automatically named primary key constraint to the table.protected abstract void
WritableDataStoreDataSource. createAndPopulateTable(SpatialDatabasesDSConnection conn, FeatureCollection fc, int srid, String geometryType, boolean multi, int dim, boolean normalizedColumnNames)
Create and populate a table with features from a dataset.protected abstract void
WritableDataStoreDataSource. deleteTableQuery(SpatialDatabasesDSConnection conn)
Execute a query against this connection to delete the reference to this table in the PostGIS's geometry_columns table.abstract void
WritableDataStoreDataSource. finalizeUpdate(SpatialDatabasesDSConnection conn)
Deprecated.protected PreparedStatement
WritableDataStoreDataSource. insertStatement(SpatialDatabasesDSConnection conn, FeatureSchema fSchema, boolean multi, boolean normalizedColumnNames)
Create a statement to insert a feature into the database -
Uses of SpatialDatabasesDSConnection in org.openjump.core.ui.plugin.datastore.h2
Methods in org.openjump.core.ui.plugin.datastore.h2 with parameters of type SpatialDatabasesDSConnection Modifier and Type Method Description protected void
H2DataStoreDataSource. addDBPrimaryKey(SpatialDatabasesDSConnection conn, String primaryKey)
protected void
H2DataStoreDataSource. createAndPopulateTable(SpatialDatabasesDSConnection conn, FeatureCollection fc, int srid, String geometryType, boolean multi, int dim, boolean normalizedColumnNames)
Create and populate a table with features from a dataset.protected void
H2DataStoreDataSource. deleteTableQuery(SpatialDatabasesDSConnection conn)
Execute a query on this connection to DROP this table as well as its reference in the PostGIS's geometry_columns table (PostGIS < 2).void
H2DataStoreDataSource. finalizeUpdate(SpatialDatabasesDSConnection conn)
After a new postgis table has been create, it is useful to execute a VACUUM ANALYZE in order to update indexes and get a precise estimated_extent. -
Uses of SpatialDatabasesDSConnection in org.openjump.core.ui.plugin.datastore.postgis2
Methods in org.openjump.core.ui.plugin.datastore.postgis2 with parameters of type SpatialDatabasesDSConnection Modifier and Type Method Description protected void
PostGISDataStoreDataSource. addDBPrimaryKey(SpatialDatabasesDSConnection conn, String primaryKey)
protected void
PostGISDataStoreDataSource. createAndPopulateTable(SpatialDatabasesDSConnection conn, FeatureCollection fc, int srid, String geometryType, boolean multi, int dim, boolean normalizedColumnNames)
Create and populate a table with features from a dataset.protected void
PostGISDataStoreDataSource. deleteTableQuery(SpatialDatabasesDSConnection conn)
Execute a query on this connection to DROP this table as well as its reference in the PostGIS's geometry_columns table (PostGIS < 2).void
PostGISDataStoreDataSource. finalizeUpdate(SpatialDatabasesDSConnection conn)
Deprecated.
-