Uses of Interface
org.geotools.api.data.DataStore
-
-
Uses of DataStore in org.geotools.api.data
Subinterfaces of DataStore in org.geotools.api.data Modifier and Type Interface Description interface
FileDataStore
DataStore represents a single file of content.Methods in org.geotools.api.data that return DataStore Modifier and Type Method Description DataStore
DataStoreFactorySpi. createDataStore(Map<String,?> params)
Construct a live data source using the params specifed.DataStore
DataStoreFactorySpi. createNewDataStore(Map<String,?> params)
DataStore
Repository. dataStore(Name name)
Search for the DataStore by name.static DataStore
DataStoreFinder. getDataStore(Map<String,?> params)
Checks each available datasource implementation in turn and returns the first one which claims to support the resource identified by the params object.DataStore
FileStoreFactory. getDataStore(File file)
Returns a store for the specified fileMethods in org.geotools.api.data that return types with arguments of type DataStore Modifier and Type Method Description List<DataStore>
Repository. getDataStores()
List of available DataStore instances; these are considered to be live/connected datastores under the management of the application and should not be closed or otherwise harmed by client code. -
Uses of DataStore in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder with parameters of type DataStore Modifier and Type Method Description UserLayerBuilder
UserLayerBuilder. inlineData(DataStore store, SimpleFeatureType sft)
-
Uses of DataStore in org.geotools.coverage.io.netcdf
Methods in org.geotools.coverage.io.netcdf that return DataStore Modifier and Type Method Description DataStore
NetCDFAuxiliaryStoreFactory. createDataStore(Map<String,?> params)
DataStore
NetCDFAuxiliaryStoreFactory. createNewDataStore(Map<String,?> params)
-
Uses of DataStore in org.geotools.coverage.io.netcdf.tools
Methods in org.geotools.coverage.io.netcdf.tools that return DataStore Modifier and Type Method Description static DataStore
H2MigrateConfiguration. getDataStore(Properties configuration)
Builds a datastore from a property file configuration, using GeoTools default convention as well as ImageMosaic own one -
Uses of DataStore in org.geotools.data
Methods in org.geotools.data that return DataStore Modifier and Type Method Description DataStore
DefaultRepository. datastore(String id)
static DataStore
DataUtilities. dataStore(SimpleFeatureSource source)
Adapt a single FeatureSource as a read-only DataStore.static DataStore
DataUtilities. dataStore(SimpleFeatureCollection features)
Adapt a feature collection as a read-only DataStore.DataStore
DefaultRepository. dataStore(String name)
DataStore
DefaultRepository. dataStore(Name name)
Methods in org.geotools.data that return types with arguments of type DataStore Modifier and Type Method Description List<DataStore>
DefaultRepository. getDataStores()
Methods in org.geotools.data with parameters of type DataStore Modifier and Type Method Description static SimpleFeatureSource
DataUtilities. createView(DataStore store, Query query)
Return a 'view' of the givenDataStore
constrained by aQuery
. -
Uses of DataStore in org.geotools.data.collection
Methods in org.geotools.data.collection that return DataStore Modifier and Type Method Description DataStore
SpatialIndexFeatureSource. getDataStore()
-
Uses of DataStore in org.geotools.data.complex
Methods in org.geotools.data.complex that return DataStore Modifier and Type Method Description DataStore
AppSchemaDataAccessFactory. createNewDataStore(Map<String,Serializable> params)
DataStore
DataAccessRegistry. dataStore(Name name)
Methods in org.geotools.data.complex that return types with arguments of type DataStore Modifier and Type Method Description List<DataStore>
DataAccessRegistry. getDataStores()
-
Uses of DataStore in org.geotools.data.csv
Classes in org.geotools.data.csv that implement DataStore Modifier and Type Class Description class
CSVDataStore
Methods in org.geotools.data.csv that return DataStore Modifier and Type Method Description DataStore
CSVDataStoreFactory. createNewDataStore(Map<String,?> params)
-
Uses of DataStore in org.geotools.data.directory
Classes in org.geotools.data.directory that implement DataStore Modifier and Type Class Description class
DirectoryDataStore
Methods in org.geotools.data.directory that return DataStore Modifier and Type Method Description DataStore
DirectoryDataStore. getDataStore(String typeName)
Returns the native store for a specified type nameConstructors in org.geotools.data.directory with parameters of type DataStore Constructor Description DataStoreSoftReference(DataStore referent)
-
Uses of DataStore in org.geotools.data.gen
Classes in org.geotools.data.gen that implement DataStore Modifier and Type Class Description class
PreGeneralizedDataStore
Methods in org.geotools.data.gen that return DataStore Modifier and Type Method Description DataStore
PreGeneralizedDataStoreFactory. createDataStore(Map<String,?> params)
DataStore
PreGeneralizedDataStoreFactory. createNewDataStore(Map<String,?> params)
DataStore
DSFinderRepository. dataStore(Name name)
Methods in org.geotools.data.gen that return types with arguments of type DataStore Modifier and Type Method Description List<DataStore>
DSFinderRepository. getDataStores()
-
Uses of DataStore in org.geotools.data.gen.tool
Methods in org.geotools.data.gen.tool with parameters of type DataStore Modifier and Type Method Description protected void
Toolbox. generalizeShapeFile(File shapeFile, DataStore shapeDS, File targetDir, Double[] distanceArray)
-
Uses of DataStore in org.geotools.data.geojson.store
Classes in org.geotools.data.geojson.store that implement DataStore Modifier and Type Class Description class
GeoJSONDataStore
Methods in org.geotools.data.geojson.store that return DataStore Modifier and Type Method Description DataStore
GeoJSONDataStoreFactory. createDataStore(Map<String,?> params)
DataStore
GeoJSONDataStoreFactory. createNewDataStore(Map<String,?> params)
-
Uses of DataStore in org.geotools.data.memory
Classes in org.geotools.data.memory that implement DataStore Modifier and Type Class Description class
MemoryDataStore
This is an example implementation of a DataStore used for testing. -
Uses of DataStore in org.geotools.data.mongodb
Classes in org.geotools.data.mongodb that implement DataStore Modifier and Type Class Description class
MongoDataStore
Methods in org.geotools.data.mongodb that return DataStore Modifier and Type Method Description DataStore
MongoDataStoreFactory. createNewDataStore(Map<String,?> params)
-
Uses of DataStore in org.geotools.data.ogr
Classes in org.geotools.data.ogr that implement DataStore Modifier and Type Class Description class
OGRDataStore
A data store based on the OGR native libraryMethods in org.geotools.data.ogr that return DataStore Modifier and Type Method Description DataStore
OGRDataStoreFactory. createDataStore(Map<String,?> params)
DataStore
OGRDataStoreFactory. createNewDataStore(Map<String,?> params)
Not implemented yet. -
Uses of DataStore in org.geotools.data.property
Classes in org.geotools.data.property that implement DataStore Modifier and Type Class Description class
PropertyDataStore
Sample DataStore implementation, please see formal tutorial included with users docs.Methods in org.geotools.data.property that return DataStore Modifier and Type Method Description DataStore
PropertyDataStoreFactory. createDataStore(Map<String,?> params)
DataStore
PropertyDataStoreFactory. createNewDataStore(Map<String,?> params)
-
Uses of DataStore in org.geotools.data.shapefile
Classes in org.geotools.data.shapefile that implement DataStore Modifier and Type Class Description class
ShapefileDataStore
Methods in org.geotools.data.shapefile that return DataStore Modifier and Type Method Description DataStore
ShapefileDataStoreFactory. createDataStore(Map<String,?> params)
DataStore
ShapefileDataStoreFactory. createNewDataStore(Map<String,?> params)
DataStore
ShapefileDataStoreFactory.ShpFileStoreFactory. getDataStore(File file)
-
Uses of DataStore in org.geotools.data.store
Classes in org.geotools.data.store that implement DataStore Modifier and Type Class Description class
ContentDataStore
Abstract base class for data stores.class
DecoratingDataStore
Delegates every method to the wrapped feature source.Constructors in org.geotools.data.store with parameters of type DataStore Constructor Description DecoratingDataStore(DataStore delegate)
-
Uses of DataStore in org.geotools.data.transform
Classes in org.geotools.data.transform that implement DataStore Modifier and Type Class Description class
SingleFeatureSourceDataStore
A data store wrapped around aSimpleFeatureSource
object. -
Uses of DataStore in org.geotools.data.view
Methods in org.geotools.data.view that return DataStore Modifier and Type Method Description DataStore
DefaultView. getDataStore()
Implement getDataStore. -
Uses of DataStore in org.geotools.data.vpf
Classes in org.geotools.data.vpf that implement DataStore Modifier and Type Class Description class
VPFLibrary
Methods in org.geotools.data.vpf that return DataStore Modifier and Type Method Description DataStore
VPFDataStoreFactory. createDataStore(URL url)
DataStore
VPFDataStoreFactory. createDataStore(Map<String,?> params)
DataStore
VPFDataStoreFactory. createNewDataStore(Map<String,?> params)
-
Uses of DataStore in org.geotools.data.vpf.file
Classes in org.geotools.data.vpf.file that implement DataStore Modifier and Type Class Description class
VPFFileStore
A data store for VPF files.Methods in org.geotools.data.vpf.file that return DataStore Modifier and Type Method Description DataStore
VPFFileFactory. createDataStore(Map<String,?> params)
DataStore
VPFFileFactory. createNewDataStore(Map<String,?> params)
-
Uses of DataStore in org.geotools.data.wfs
Classes in org.geotools.data.wfs that implement DataStore Modifier and Type Class Description class
WFSDataStore
Methods in org.geotools.data.wfs that return DataStore Modifier and Type Method Description DataStore
WFSDataStoreFactory. createNewDataStore(Map<String,?> params)
-
Uses of DataStore in org.geotools.gce.imagemosaic.catalog
Methods in org.geotools.gce.imagemosaic.catalog that return DataStore Modifier and Type Method Description protected DataStore
GTDataStoreGranuleCatalog. getTileIndexStore()
protected DataStore
RepositoryDataStoreCatalog. getTileIndexStore()
-
Uses of DataStore in org.geotools.gce.imagemosaic.catalog.oracle
Classes in org.geotools.gce.imagemosaic.catalog.oracle that implement DataStore Modifier and Type Class Description class
DataStoreWrapper
A data store wrapper around aDataStore
object.class
OracleDatastoreWrapper
Specific Oracle implementation for aDataStoreWrapper
Oracle DB has a couple of limitations: 1) All attributes and type names are UPPERCASE 2) attribute and type names can't be longer than 30 charsFields in org.geotools.gce.imagemosaic.catalog.oracle declared as DataStore Modifier and Type Field Description protected DataStore
DataStoreWrapper. datastore
The underlying datastoreConstructors in org.geotools.gce.imagemosaic.catalog.oracle with parameters of type DataStore Constructor Description DataStoreWrapper(DataStore datastore, String auxFolderPath)
Base constructorDataStoreWrapper(DataStore datastore, String auxFolderPath, String subFolderName)
Base constructor with custom hidden folderOracleDatastoreWrapper(DataStore datastore, String location)
OracleTransformFeatureStore(SimpleFeatureStore store, Name name, List<Definition> definitions, DataStore datastore)
-
Uses of DataStore in org.geotools.gce.imagemosaic.catalog.postgis
Classes in org.geotools.gce.imagemosaic.catalog.postgis that implement DataStore Modifier and Type Class Description class
PostgisDatastoreWrapper
Specific Postgis implementation for aDataStoreWrapper
By default, Postgresql identifiers can't be longer than 63 chars.Constructors in org.geotools.gce.imagemosaic.catalog.postgis with parameters of type DataStore Constructor Description PostgisDatastoreWrapper(DataStore datastore, String location)
PostgisDatastoreWrapper(DataStore datastore, String location, String subFolderName)
PostgisTransformFeatureStore(SimpleFeatureStore store, Name name, List<Definition> definitions, DataStore datastore)
-
Uses of DataStore in org.geotools.gce.imagemosaic.catalog.sqlserver
Classes in org.geotools.gce.imagemosaic.catalog.sqlserver that implement DataStore Modifier and Type Class Description class
SQLServerDatastoreWrapper
Specific SQLServer implementation for aDataStoreWrapper
Constructors in org.geotools.gce.imagemosaic.catalog.sqlserver with parameters of type DataStore Constructor Description SQLServerDatastoreWrapper(DataStore datastore, String location)
SQLServerTransformFeatureStore(SimpleFeatureStore store, Name name, List<Definition> definitions, DataStore datastore)
-
Uses of DataStore in org.geotools.jdbc
Classes in org.geotools.jdbc that implement DataStore Modifier and Type Class Description class
JDBCDataStore
Datastore implementation for jdbc based relational databases.Methods in org.geotools.jdbc that return DataStore Modifier and Type Method Description DataStore
JDBCDataStoreFactory. createNewDataStore(Map<String,?> params)
DataStore
JDBCJNDIDataStoreFactory. createNewDataStore(Map<String,?> params)
-
Uses of DataStore in org.geotools.mbtiles
Classes in org.geotools.mbtiles that implement DataStore Modifier and Type Class Description class
MBTilesDataStore
Methods in org.geotools.mbtiles that return DataStore Modifier and Type Method Description DataStore
MBTilesDataStoreFactory. createDataStore(Map<String,?> params)
DataStore
MBTilesDataStoreFactory. createNewDataStore(Map<String,?> params)
-
Uses of DataStore in org.geotools.stac.store
Classes in org.geotools.stac.store that implement DataStore Modifier and Type Class Description class
STACDataStore
Methods in org.geotools.stac.store that return DataStore Modifier and Type Method Description DataStore
STACDataStoreFactory. createDataStore(Map<String,?> params)
DataStore
STACDataStoreFactory. createNewDataStore(Map<String,?> params)
-
Uses of DataStore in org.geotools.styling
Methods in org.geotools.styling that return DataStore Modifier and Type Method Description DataStore
UserLayerImpl. getInlineFeatureDatastore()
Methods in org.geotools.styling with parameters of type DataStore Modifier and Type Method Description static Style
SLD. createSimpleStyle(DataStore store, String typeName, Color color)
Create a minimal style to render features of typetypeName
read from the given data store -
Uses of DataStore in org.geotools.swing.styling
Methods in org.geotools.swing.styling with parameters of type DataStore Modifier and Type Method Description static Style
JSimpleStyleDialog. showDialog(Component parent, DataStore dataStore)
Static convenience method: displays aJSimpleStyleDialog
to prompt the user for style preferences to use with the first feature type in thedataStore
.static Style
JSimpleStyleDialog. showDialog(Component parent, DataStore dataStore, Style initialStyle)
Static convenience method: displays aJSimpleStyleDialog
to prompt the user for style preferences to use with the first feature type in thedataStore
. -
Uses of DataStore in org.geotools.vectormosaic
Classes in org.geotools.vectormosaic that implement DataStore Modifier and Type Class Description class
VectorMosaicStore
DataStore
for a vector mosaic.Methods in org.geotools.vectormosaic that return DataStore Modifier and Type Method Description DataStore
VectorMosaicStoreFactory. createDataStore(Map<String,?> params)
DataStore
VectorMosaicStoreFactory. createNewDataStore(Map<String,?> params)
DataStore
VectorMosaicFeatureSource. initGranule(VectorMosaicGranule granule, boolean isSampleForType)
Initializes the granule by setting the data store and granule type nameMethods in org.geotools.vectormosaic that return types with arguments of type DataStore Modifier and Type Method Description abstract Optional<DataStore>
GranuleStoreFinder. findDataStore(VectorMosaicGranule granule, boolean isSampleForSchema)
Find the DataStore for the given connection parameters.Optional<DataStore>
GranuleStoreFinderImpl. findDataStore(VectorMosaicGranule granule, boolean isSampleForSchema)
Methods in org.geotools.vectormosaic with parameters of type DataStore Modifier and Type Method Description protected Filter
VectorMosaicFeatureSource. getSplitFilter(Query query, DataStore dataStore, String typeName, boolean isDelegate)
protected void
VectorMosaicFeatureSource. populateGranuleTypeName(VectorMosaicGranule granule, DataStore dataStore)
Validates and loads the connection string properties -
Uses of DataStore in org.geotools.xml.styling
Fields in org.geotools.xml.styling declared as DataStore Modifier and Type Field Description DataStore
SLDInlineFeatureParser. dataStore
-