Uses of Interface
org.geotools.api.data.DataStore
Packages that use DataStore
Package
Description
Defines the DataStore API via which all data is imported or exported.
Implementations of FeatureCollection for different purposes.
This package contains the implementation of a ComplexDataStore,
Allows for symbolization of geospatial data.
Dialogs to create basic rendering styles.
-
Uses of DataStore in org.geotools.api.data
Subinterfaces of DataStore in org.geotools.api.dataModifier and TypeInterfaceDescriptioninterface
DataStore represents a single file of content.Methods in org.geotools.api.data that return DataStoreModifier and TypeMethodDescriptionDataStoreFactorySpi.createDataStore
(Map<String, ?> params) Construct a live data source using the params specifed.DataStoreFactorySpi.createNewDataStore
(Map<String, ?> params) 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.FileStoreFactory.getDataStore
(File file) Returns a store for the specified fileMethods in org.geotools.api.data that return types with arguments of type DataStoreModifier and TypeMethodDescriptionRepository.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 DataStoreModifier and TypeMethodDescriptionUserLayerBuilder.inlineData
(DataStore store, SimpleFeatureType sft) -
Uses of DataStore in org.geotools.coverage.io.netcdf
Methods in org.geotools.coverage.io.netcdf that return DataStoreModifier and TypeMethodDescriptionNetCDFAuxiliaryStoreFactory.createDataStore
(Map<String, ?> params) 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 DataStoreModifier and TypeMethodDescriptionstatic 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 DataStoreModifier and TypeMethodDescriptionstatic 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.Methods in org.geotools.data that return types with arguments of type DataStoreMethods in org.geotools.data with parameters of type DataStoreModifier and TypeMethodDescriptionstatic 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 -
Uses of DataStore in org.geotools.data.complex
Methods in org.geotools.data.complex that return DataStoreModifier and TypeMethodDescriptionAppSchemaDataAccessFactory.createNewDataStore
(Map<String, Serializable> params) Methods in org.geotools.data.complex that return types with arguments of type DataStore -
Uses of DataStore in org.geotools.data.csv
Classes in org.geotools.data.csv that implement DataStoreMethods in org.geotools.data.csv that return DataStore -
Uses of DataStore in org.geotools.data.directory
Classes in org.geotools.data.directory that implement DataStoreMethods in org.geotools.data.directory that return DataStoreModifier and TypeMethodDescriptionDirectoryDataStore.getDataStore
(String typeName) Returns the native store for a specified type nameConstructors in org.geotools.data.directory with parameters of type DataStore -
Uses of DataStore in org.geotools.data.gen
Classes in org.geotools.data.gen that implement DataStoreMethods in org.geotools.data.gen that return DataStoreModifier and TypeMethodDescriptionPreGeneralizedDataStoreFactory.createDataStore
(Map<String, ?> params) PreGeneralizedDataStoreFactory.createNewDataStore
(Map<String, ?> params) Methods in org.geotools.data.gen that return types with arguments of type DataStore -
Uses of DataStore in org.geotools.data.gen.tool
Methods in org.geotools.data.gen.tool with parameters of type DataStoreModifier and TypeMethodDescriptionprotected 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 DataStoreMethods in org.geotools.data.geojson.store that return DataStoreModifier and TypeMethodDescriptionGeoJSONDataStoreFactory.createDataStore
(Map<String, ?> params) GeoJSONDataStoreFactory.createNewDataStore
(Map<String, ?> params) -
Uses of DataStore in org.geotools.data.geoparquet
Classes in org.geotools.data.geoparquet with type parameters of type DataStoreModifier and TypeClassDescriptionclass
ForwardingDataStore<S extends DataStore>
A decorator implementation of the DataStore interface that forwards all method calls to a delegate DataStore instance.Classes in org.geotools.data.geoparquet that implement DataStoreModifier and TypeClassDescriptionclass
ForwardingDataStore<S extends DataStore>
A decorator implementation of the DataStore interface that forwards all method calls to a delegate DataStore instance.class
A GeoParquet DataStore implementation that decorates a JDBCDataStore.Fields in org.geotools.data.geoparquet declared as DataStoreMethods in org.geotools.data.geoparquet that return DataStoreModifier and TypeMethodDescriptionForwardingDataStoreFactory.createDataStore
(Map<String, ?> params) ForwardingDataStoreFactory.createNewDataStore
(Map<String, ?> params) -
Uses of DataStore in org.geotools.data.graticule
Classes in org.geotools.data.graticule that implement DataStoreMethods in org.geotools.data.graticule that return DataStoreModifier and TypeMethodDescriptionGraticuleDataStoreFactory.createDataStore
(Map<String, ?> params) GraticuleDataStoreFactory.createNewDataStore
(Map<String, ?> params) -
Uses of DataStore in org.geotools.data.memory
Classes in org.geotools.data.memory that implement DataStoreModifier and TypeClassDescriptionclass
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 DataStoreMethods in org.geotools.data.mongodb that return DataStore -
Uses of DataStore in org.geotools.data.ogr
Classes in org.geotools.data.ogr that implement DataStoreMethods in org.geotools.data.ogr that return DataStoreModifier and TypeMethodDescriptionOGRDataStoreFactory.createDataStore
(Map<String, ?> params) OGRDataStoreFactory.createNewDataStore
(Map<String, ?> params) Not implemented yet. -
Uses of DataStore in org.geotools.data.property
Classes in org.geotools.data.property that implement DataStoreModifier and TypeClassDescriptionclass
Sample DataStore implementation, please see formal tutorial included with users docs.Methods in org.geotools.data.property that return DataStoreModifier and TypeMethodDescriptionPropertyDataStoreFactory.createDataStore
(Map<String, ?> params) PropertyDataStoreFactory.createNewDataStore
(Map<String, ?> params) -
Uses of DataStore in org.geotools.data.shapefile
Classes in org.geotools.data.shapefile that implement DataStoreMethods in org.geotools.data.shapefile that return DataStoreModifier and TypeMethodDescriptionShapefileDataStoreFactory.createDataStore
(Map<String, ?> params) ShapefileDataStoreFactory.createNewDataStore
(Map<String, ?> params) ShapefileDataStoreFactory.ShpFileStoreFactory.getDataStore
(File file) -
Uses of DataStore in org.geotools.data.store
Classes in org.geotools.data.store that implement DataStoreModifier and TypeClassDescriptionclass
Abstract base class for data stores.class
Delegates every method to the wrapped feature source.Constructors in org.geotools.data.store with parameters of type DataStore -
Uses of DataStore in org.geotools.data.transform
Classes in org.geotools.data.transform that implement DataStore -
Uses of DataStore in org.geotools.data.view
Methods in org.geotools.data.view that return DataStore -
Uses of DataStore in org.geotools.data.vpf
Classes in org.geotools.data.vpf that implement DataStoreMethods in org.geotools.data.vpf that return DataStoreModifier and TypeMethodDescriptionVPFDataStoreFactory.createDataStore
(URL url) VPFDataStoreFactory.createDataStore
(Map<String, ?> params) VPFDataStoreFactory.createNewDataStore
(Map<String, ?> params) -
Uses of DataStore in org.geotools.data.vpf.file
Classes in org.geotools.data.vpf.file that implement DataStoreMethods in org.geotools.data.vpf.file that return DataStoreModifier and TypeMethodDescriptionVPFFileFactory.createDataStore
(Map<String, ?> params) VPFFileFactory.createNewDataStore
(Map<String, ?> params) -
Uses of DataStore in org.geotools.data.wfs
Classes in org.geotools.data.wfs that implement DataStoreMethods in org.geotools.data.wfs that return DataStore -
Uses of DataStore in org.geotools.gce.imagemosaic.catalog
Methods in org.geotools.gce.imagemosaic.catalog that return DataStoreModifier and TypeMethodDescriptionprotected 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 DataStoreModifier and TypeClassDescriptionclass
A data store wrapper around aDataStore
object.class
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 DataStoreModifier and TypeFieldDescriptionprotected final DataStore
DataStoreWrapper.datastore
The underlying datastoreConstructors in org.geotools.gce.imagemosaic.catalog.oracle with parameters of type DataStoreModifierConstructorDescriptionDataStoreWrapper
(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 DataStoreModifier and TypeClassDescriptionclass
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 DataStoreModifierConstructorDescriptionPostgisDatastoreWrapper
(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 DataStoreConstructors in org.geotools.gce.imagemosaic.catalog.sqlserver with parameters of type DataStoreModifierConstructorDescriptionSQLServerDatastoreWrapper
(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 DataStoreModifier and TypeClassDescriptionfinal class
Datastore implementation for jdbc based relational databases.Methods in org.geotools.jdbc that return DataStoreModifier and TypeMethodDescriptionJDBCDataStoreFactory.createNewDataStore
(Map<String, ?> params) JDBCJNDIDataStoreFactory.createNewDataStore
(Map<String, ?> params) -
Uses of DataStore in org.geotools.mbtiles
Classes in org.geotools.mbtiles that implement DataStoreMethods in org.geotools.mbtiles that return DataStoreModifier and TypeMethodDescriptionMBTilesDataStoreFactory.createDataStore
(Map<String, ?> params) MBTilesDataStoreFactory.createNewDataStore
(Map<String, ?> params) -
Uses of DataStore in org.geotools.stac.store
Classes in org.geotools.stac.store that implement DataStoreModifier and TypeClassDescriptionclass
Methods in org.geotools.stac.store that return DataStoreModifier and TypeMethodDescriptionSTACDataStoreFactory.createDataStore
(Map<String, ?> params) STACDataStoreFactory.createNewDataStore
(Map<String, ?> params) -
Uses of DataStore in org.geotools.styling
Methods in org.geotools.styling that return DataStoreMethods in org.geotools.styling with parameters of type DataStoreModifier and TypeMethodDescriptionstatic 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 DataStoreModifier and TypeMethodDescriptionstatic 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 DataStoreMethods in org.geotools.vectormosaic that return DataStoreModifier and TypeMethodDescriptionVectorMosaicStoreFactory.createDataStore
(Map<String, ?> params) VectorMosaicStoreFactory.createNewDataStore
(Map<String, ?> params) 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 DataStoreModifier and TypeMethodDescriptionGranuleStoreFinder.findDataStore
(VectorMosaicGranule granule, boolean isSampleForSchema) Find the DataStore for the given connection parameters.GranuleStoreFinderImpl.findDataStore
(VectorMosaicGranule granule, boolean isSampleForSchema) Methods in org.geotools.vectormosaic with parameters of type DataStoreModifier and TypeMethodDescriptionprotected 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