| Class |
Description |
|
Database
|
A Workspace that is a Database. |
|
Directory
|
A Directory Workspace can contain one or more Shapefiles. |
|
Directory.Factory
|
The Directory WorkspaceFactory |
|
FlatGeobuf
|
A FlatGeobuf Workspace. |
|
FlatGeobuf.Factory
|
The FlatGeobuf WorkspaceFactory |
|
GeoPackage
|
A GeoPackage Workspace. |
|
GeoPackage.Factory
|
The GeoPackage WorkspaceFactory |
|
Geobuf
|
A Geobuf Workspace. |
|
Geobuf.Factory
|
The Geobuf WorkspaceFactory |
|
H2
|
A H2 Workspace connects to a spatially enabled H2 database. |
|
H2.Factory
|
The H2 WorkspaceFactory |
|
Memory
|
A Memory Workspace stores it's Layers in memory. |
|
Memory.Factory
|
The Memory WorkspaceFactory |
|
MySQL
|
A MySQL Workspace connects to a MySQL database. |
|
MySQL.Factory
|
The MySQL WorkspaceFactory |
|
OGR
|
A GDAL/OGR based Workspace requires a native installation of GDAL/OGR with JNI bindings. |
|
OGR.Factory
|
The OGR WorkspaceFactory |
|
PostGIS
|
A PostGIS Workspace connects to a PostGIS database. |
|
PostGIS.Factory
|
The PostGIS WorkspaceFactory |
|
Property
|
A Workspace based on a directory of java style property files. |
|
Property.Factory
|
The Property WorkspaceFactory |
|
SpatiaLite
|
A SpatiaLite Workspace connects to a SpatiaLite database. |
|
SpatiaLite.Factory
|
The SpatiaLite WorkspaceFactory |
|
Sqlite
|
A Sqlite Workspace based on the GDAL Sqlite format. |
|
Sqlite.Factory
|
The Sqlite WorkspaceFactory |
|
Sqlite.SqliteDataStoreFactory
|
|
|
Sqlite.SqliteDialect
|
|
|
WFS
|
A WFS Workspace. |
|
WFS.Factory
|
The WFS WorkspaceFactory |
|
Workspace
|
A Workspace is a container of Layers. |
|
WorkspaceFactories
|
A Utility for getting a List of WorkspaceFactories - Authors:
- Jared Erickson
|
|
WorkspaceFactory
|
A WorkspaceFactory creates Workspaces from connection parameters - Parameters:
< - T > The Workspace created by this WorkspaceFactory
|