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 interfaceFileDataStoreDataStore represents a single file of content.Methods in org.geotools.api.data that return DataStore Modifier and Type Method Description DataStoreDataStoreFactorySpi. createDataStore(Map<String,?> params)Construct a live data source using the params specifed.DataStoreDataStoreFactorySpi. createNewDataStore(Map<String,?> params)DataStoreRepository. dataStore(Name name)Search for the DataStore by name.static DataStoreDataStoreFinder. 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.DataStoreFileStoreFactory. 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 UserLayerBuilderUserLayerBuilder. 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 DataStoreNetCDFAuxiliaryStoreFactory. createDataStore(Map<String,?> params)DataStoreNetCDFAuxiliaryStoreFactory. 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 DataStoreH2MigrateConfiguration. 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 DataStoreDefaultRepository. datastore(String id)static DataStoreDataUtilities. dataStore(SimpleFeatureSource source)Adapt a single FeatureSource as a read-only DataStore.static DataStoreDataUtilities. dataStore(SimpleFeatureCollection features)Adapt a feature collection as a read-only DataStore.DataStoreDefaultRepository. dataStore(String name)DataStoreDefaultRepository. 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 SimpleFeatureSourceDataUtilities. createView(DataStore store, Query query)Return a 'view' of the givenDataStoreconstrained by aQuery. -
Uses of DataStore in org.geotools.data.collection
Methods in org.geotools.data.collection that return DataStore Modifier and Type Method Description DataStoreSpatialIndexFeatureSource. getDataStore() -
Uses of DataStore in org.geotools.data.complex
Methods in org.geotools.data.complex that return DataStore Modifier and Type Method Description DataStoreAppSchemaDataAccessFactory. createNewDataStore(Map<String,Serializable> params)DataStoreDataAccessRegistry. 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 classCSVDataStoreMethods in org.geotools.data.csv that return DataStore Modifier and Type Method Description DataStoreCSVDataStoreFactory. 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 classDirectoryDataStoreMethods in org.geotools.data.directory that return DataStore Modifier and Type Method Description DataStoreDirectoryDataStore. 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 classPreGeneralizedDataStoreMethods in org.geotools.data.gen that return DataStore Modifier and Type Method Description DataStorePreGeneralizedDataStoreFactory. createDataStore(Map<String,?> params)DataStorePreGeneralizedDataStoreFactory. createNewDataStore(Map<String,?> params)DataStoreDSFinderRepository. 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 voidToolbox. 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 classGeoJSONDataStoreMethods in org.geotools.data.geojson.store that return DataStore Modifier and Type Method Description DataStoreGeoJSONDataStoreFactory. createDataStore(Map<String,?> params)DataStoreGeoJSONDataStoreFactory. createNewDataStore(Map<String,?> params) -
Uses of DataStore in org.geotools.data.geoparquet
Classes in org.geotools.data.geoparquet with type parameters of type DataStore Modifier and Type Class Description classForwardingDataStore<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 DataStore Modifier and Type Class Description classForwardingDataStore<S extends DataStore>A decorator implementation of the DataStore interface that forwards all method calls to a delegate DataStore instance.classGeoparquetDataStoreA GeoParquet DataStore implementation that decorates a JDBCDataStore.Fields in org.geotools.data.geoparquet declared as DataStore Modifier and Type Field Description protected SForwardingDataStore. delegateMethods in org.geotools.data.geoparquet that return DataStore Modifier and Type Method Description DataStoreForwardingDataStoreFactory. createDataStore(Map<String,?> params)DataStoreForwardingDataStoreFactory. createNewDataStore(Map<String,?> params) -
Uses of DataStore in org.geotools.data.graticule
Classes in org.geotools.data.graticule that implement DataStore Modifier and Type Class Description classGraticuleDataStoreMethods in org.geotools.data.graticule that return DataStore Modifier and Type Method Description DataStoreGraticuleDataStoreFactory. createDataStore(Map<String,?> params)DataStoreGraticuleDataStoreFactory. 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 classMemoryDataStoreThis 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 classMongoDataStoreMethods in org.geotools.data.mongodb that return DataStore Modifier and Type Method Description DataStoreMongoDataStoreFactory. 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 classOGRDataStoreA data store based on the OGR native libraryMethods in org.geotools.data.ogr that return DataStore Modifier and Type Method Description DataStoreOGRDataStoreFactory. createDataStore(Map<String,?> params)DataStoreOGRDataStoreFactory. 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 classPropertyDataStoreSample DataStore implementation, please see formal tutorial included with users docs.Methods in org.geotools.data.property that return DataStore Modifier and Type Method Description DataStorePropertyDataStoreFactory. createDataStore(Map<String,?> params)DataStorePropertyDataStoreFactory. 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 classShapefileDataStoreMethods in org.geotools.data.shapefile that return DataStore Modifier and Type Method Description DataStoreShapefileDataStoreFactory. createDataStore(Map<String,?> params)DataStoreShapefileDataStoreFactory. createNewDataStore(Map<String,?> params)DataStoreShapefileDataStoreFactory.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 classContentDataStoreAbstract base class for data stores.classDecoratingDataStoreDelegates 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 classSingleFeatureSourceDataStoreA data store wrapped around aSimpleFeatureSourceobject. -
Uses of DataStore in org.geotools.data.view
Methods in org.geotools.data.view that return DataStore Modifier and Type Method Description DataStoreDefaultView. 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 classVPFLibraryMethods in org.geotools.data.vpf that return DataStore Modifier and Type Method Description DataStoreVPFDataStoreFactory. createDataStore(URL url)DataStoreVPFDataStoreFactory. createDataStore(Map<String,?> params)DataStoreVPFDataStoreFactory. 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 classVPFFileStoreA data store for VPF files.Methods in org.geotools.data.vpf.file that return DataStore Modifier and Type Method Description DataStoreVPFFileFactory. createDataStore(Map<String,?> params)DataStoreVPFFileFactory. 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 classWFSDataStoreMethods in org.geotools.data.wfs that return DataStore Modifier and Type Method Description DataStoreWFSDataStoreFactory. 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 DataStoreGTDataStoreGranuleCatalog. getTileIndexStore()protected DataStoreRepositoryDataStoreCatalog. 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 classDataStoreWrapperA data store wrapper around aDataStoreobject.classOracleDatastoreWrapperSpecific Oracle implementation for aDataStoreWrapperOracle 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 DataStoreDataStoreWrapper. datastoreThe 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 classPostgisDatastoreWrapperSpecific Postgis implementation for aDataStoreWrapperBy 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 classSQLServerDatastoreWrapperSpecific SQLServer implementation for aDataStoreWrapperConstructors 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 classJDBCDataStoreDatastore implementation for jdbc based relational databases.Methods in org.geotools.jdbc that return DataStore Modifier and Type Method Description DataStoreJDBCDataStoreFactory. createNewDataStore(Map<String,?> params)DataStoreJDBCJNDIDataStoreFactory. createNewDataStore(Map<String,?> params) -
Uses of DataStore in org.geotools.mbtiles
Classes in org.geotools.mbtiles that implement DataStore Modifier and Type Class Description classMBTilesDataStoreMethods in org.geotools.mbtiles that return DataStore Modifier and Type Method Description DataStoreMBTilesDataStoreFactory. createDataStore(Map<String,?> params)DataStoreMBTilesDataStoreFactory. 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 classSTACDataStoreMethods in org.geotools.stac.store that return DataStore Modifier and Type Method Description DataStoreSTACDataStoreFactory. createDataStore(Map<String,?> params)DataStoreSTACDataStoreFactory. createNewDataStore(Map<String,?> params) -
Uses of DataStore in org.geotools.styling
Methods in org.geotools.styling that return DataStore Modifier and Type Method Description DataStoreUserLayerImpl. getInlineFeatureDatastore()Methods in org.geotools.styling with parameters of type DataStore Modifier and Type Method Description static StyleSLD. createSimpleStyle(DataStore store, String typeName, Color color)Create a minimal style to render features of typetypeNameread 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 StyleJSimpleStyleDialog. showDialog(Component parent, DataStore dataStore)Static convenience method: displays aJSimpleStyleDialogto prompt the user for style preferences to use with the first feature type in thedataStore.static StyleJSimpleStyleDialog. showDialog(Component parent, DataStore dataStore, Style initialStyle)Static convenience method: displays aJSimpleStyleDialogto 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 classVectorMosaicStoreDataStorefor a vector mosaic.Methods in org.geotools.vectormosaic that return DataStore Modifier and Type Method Description DataStoreVectorMosaicStoreFactory. createDataStore(Map<String,?> params)DataStoreVectorMosaicStoreFactory. createNewDataStore(Map<String,?> params)DataStoreVectorMosaicFeatureSource. 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 FilterVectorMosaicFeatureSource. getSplitFilter(Query query, DataStore dataStore, String typeName, boolean isDelegate)protected voidVectorMosaicFeatureSource. 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 DataStoreSLDInlineFeatureParser. dataStore
-