A Sqlite Workspace based on the GDAL Sqlite format.
| Modifiers | Name | Description | 
|---|---|---|
static class  | 
                            Sqlite.Factory | 
                            The Sqlite WorkspaceFactory | 
static class  | 
                            Sqlite.SqliteDataStoreFactory | 
                            |
static class  | 
                            Sqlite.SqliteDialect | 
                            
| Constructor and description | 
|---|
                                Sqlite
                                (File file)Create a new Sqlite Workspace form a File  | 
                        
                                Sqlite
                                (File file, java.lang.String format)Create a new Sqlite Workspace form a File and a Geometry Format (WKB or WKT)  | 
                        
                                Sqlite
                                (JDBCDataStore ds)Create a new Sqlite Workspace from a GeoTools JDBCDataStore  | 
                        
                                Sqlite
                                () | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            java.lang.String | 
                            getFormat()Get the format 
  | 
                        
| Methods inherited from class | Name | 
|---|---|
class Database | 
                            createIndex, createIndex, createView, deleteIndex, deleteView, getDataSource, getIndexes, getSql, remove | 
                        
class Workspace | 
                            add, add, close, create, create, get, getAt, getFormat, getLayers, getNames, getParameters, getWorkspace, getWorkspace, getWorkspaceNames, getWorkspaceParameters, has, readFeatures, remove, remove, withWorkspace, withWorkspace, withWorkspace, wrap | 
                        
Create a new Sqlite Workspace form a File
file -  The FileCreate a new Sqlite Workspace form a File and a Geometry Format (WKB or WKT)
file -  The FilegeometryFormat -  The geometry encoding format (WKB or WKT)Create a new Sqlite Workspace from a GeoTools JDBCDataStore
ds -  The GeoTools JDBCDataStore