class SpatiaLite extends OGR
A SpatiaLite Workspace connects to a SpatiaLite database.
SpatiaLite spatialite = new SpatiaLite("db.sqlite")
Modifiers | Name | Description |
---|---|---|
static class |
SpatiaLite.Factory |
The SpatiaLite WorkspaceFactory |
Constructor and description |
---|
SpatiaLite(java.io.File file) |
SpatiaLite(java.lang.String fileName) |
protected SpatiaLite(OGRDataStore dataStore) |
Type Params | Return Type | Name and description |
---|---|---|
|
Layer |
add(Map options, Layer layer) |
|
Layer |
add(Map options, Layer layer, java.lang.String name, int chunk) |
|
Layer |
create(Map options, Schema schema, boolean write) |
|
Layer |
create(Map options, Cursor c) |
|
java.lang.String |
getFormat() Get the format |
|
java.lang.String |
toString() The String representation |
Methods inherited from class | Name |
---|---|
class OGR |
add, add, add, add, create, create, create, create, getDrivers, getFormat, isAvailable, setErrorHandler, toString |
class Workspace |
add, add, close, create, create, get, getAt, getFormat, getLayers, getNames, getParameters, getStyle, getWorkspace, getWorkspace, getWorkspaceNames, getWorkspaceParameters, has, readFeatures, remove, remove, withWorkspace, withWorkspace, withWorkspace, wrap |