Uses of Class
org.apache.sis.storage.DataStore
Packages that use DataStore
Package
Description
Utility classes for the implementation of SIS storage classes.
DataStore implementation for Coma Separated Values (CSV) files.Simple data store implementations for some ESRI grid formats (ASCII and binary).
DataStore implementation for a folder containing an arbitrary number of data files.Reads and writes data in GPS Exchange Format (GPX).
Bridges between Apache SIS data stores and Java Image I/O.
DataStore implementation for Well Known Text.Helper classes for reading and writing XML documents using StAX (Streaming API for XML).
Data store base types for retrieving and saving geospatial data
in various storage formats.
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
Reader of Landsat 8 level 1-2 data.
Data store capable to read and create features from a JDBC connection to a database.
-
Uses of DataStore in org.apache.sis.internal.storage
Subclasses of DataStore in org.apache.sis.internal.storageModifier and TypeClassDescriptionclassA data store for a file or URI accompanied by an auxiliary file of the same name with.prjextension.classA data store for a storage that may be represented by aURI.Methods in org.apache.sis.internal.storage that return DataStoreModifier and TypeMethodDescriptionStoreResource.getOriginator()Returns the data store that produced this resource.final DataStoreURIDataStore.getOriginator()Returns the originator of this resource, which is this data store itself.PRJDataStore.Provider.open(org.opengis.parameter.ParameterValueGroup parameters) Returns a data store implementation from the given parameters.Methods in org.apache.sis.internal.storage with parameters of type DataStoreModifier and TypeMethodDescriptionstatic StringStoreUtilities.resourceNotFound(DataStore store, String identifier) Returns an error message for a resource not found.Constructors in org.apache.sis.internal.storage with parameters of type DataStoreModifierConstructorDescriptionFeatureCatalogBuilder(DataStore store) Creates a new builder for the given data store. -
Uses of DataStore in org.apache.sis.internal.storage.csv
Methods in org.apache.sis.internal.storage.csv that return DataStoreModifier and TypeMethodDescriptionStoreProvider.open(StorageConnector connector) Returns a CSVStoreimplementation associated with this provider.StoreProvider.open(org.opengis.parameter.ParameterValueGroup parameters) Returns a CSVStoreimplementation from the given parameters. -
Uses of DataStore in org.apache.sis.internal.storage.esri
Methods in org.apache.sis.internal.storage.esri that return DataStoreModifier and TypeMethodDescriptionAsciiGridStoreProvider.open(StorageConnector connector) Returns anAsciiGridStoreimplementation associated with this provider.RawRasterStoreProvider.open(StorageConnector connector) Returns anRawRasterStoreimplementation associated with this provider. -
Uses of DataStore in org.apache.sis.internal.storage.folder
Methods in org.apache.sis.internal.storage.folder that return DataStoreModifier and TypeMethodDescriptionStoreProvider.open(StorageConnector connector) Returns a data store implementation associated with this provider.StoreProvider.open(org.opengis.parameter.ParameterValueGroup parameters) Returns a data store implementation associated with this provider for the given parameters. -
Uses of DataStore in org.apache.sis.internal.storage.gpx
Subclasses of DataStore in org.apache.sis.internal.storage.gpxModifier and TypeClassDescriptionclassA data store backed by GPX files.final classA GPX store capable to write GPX file.Methods in org.apache.sis.internal.storage.gpx that return DataStoreModifier and TypeMethodDescriptionStoreProvider.open(StorageConnector connector) Returns a GPXStoreimplementation associated with this provider. -
Uses of DataStore in org.apache.sis.internal.storage.image
Subclasses of DataStore in org.apache.sis.internal.storage.imageModifier and TypeClassDescriptionclassA data store which creates grid coverages from Image I/O readers using World File convention. -
Uses of DataStore in org.apache.sis.internal.storage.wkt
Methods in org.apache.sis.internal.storage.wkt that return DataStoreModifier and TypeMethodDescriptionStoreProvider.open(StorageConnector connector) Returns aStoreimplementation associated with this provider. -
Uses of DataStore in org.apache.sis.internal.storage.xml
Methods in org.apache.sis.internal.storage.xml that return DataStoreModifier and TypeMethodDescriptionStoreProvider.open(StorageConnector connector) Returns aStoreimplementation associated with this provider. -
Uses of DataStore in org.apache.sis.internal.storage.xml.stream
Subclasses of DataStore in org.apache.sis.internal.storage.xml.streamModifier and TypeClassDescriptionclassBase class of XML data stores based on the StAX framework. -
Uses of DataStore in org.apache.sis.storage
Methods in org.apache.sis.storage that return DataStoreModifier and TypeMethodDescriptionabstract DataStoreDataStoreProvider.open(StorageConnector connector) Returns a data store implementation associated with this provider.DataStoreProvider.open(org.opengis.parameter.ParameterValueGroup parameters) Returns a data store implementation associated with this provider for the given parameters.static DataStoreCreates aDataStorefor the given storage.Methods in org.apache.sis.storage with parameters of type DataStoreModifier and TypeMethodDescriptionvoidAdds a value for the given name if none exist.Returns the value associated to the given name (case sensitive).booleanRemoves the value associated to the given name.Constructors in org.apache.sis.storage with parameters of type DataStoreModifierConstructorDescriptionprotectedDataStore(DataStore parent, DataStoreProvider provider, StorageConnector connector, boolean hidden) Creates a new instance as a child of another data store instance. -
Uses of DataStore in org.apache.sis.storage.geotiff
Subclasses of DataStore in org.apache.sis.storage.geotiffMethods in org.apache.sis.storage.geotiff that return DataStoreModifier and TypeMethodDescriptionGeoTiffStoreProvider.open(StorageConnector connector) Returns aGeoTiffStoreimplementation associated with this provider.Constructors in org.apache.sis.storage.geotiff with parameters of type DataStoreModifierConstructorDescriptionGeoTiffStore(DataStore parent, DataStoreProvider provider, StorageConnector connector, boolean hidden) Creates a new GeoTIFF store as a component of a larger data store. -
Uses of DataStore in org.apache.sis.storage.landsat
Subclasses of DataStore in org.apache.sis.storage.landsatMethods in org.apache.sis.storage.landsat that return DataStoreModifier and TypeMethodDescriptionLandsatStoreProvider.open(StorageConnector connector) Returns aLandsatStoreimplementation associated with this provider. -
Uses of DataStore in org.apache.sis.storage.sql
Subclasses of DataStore in org.apache.sis.storage.sqlModifier and TypeClassDescriptionclassA data store capable to read and create features from a spatial database.Methods in org.apache.sis.storage.sql that return DataStoreModifier and TypeMethodDescriptionSQLStoreProvider.open(StorageConnector connector) Returns aSQLStoreimplementation associated with this provider.SQLStoreProvider.open(org.opengis.parameter.ParameterValueGroup parameters) Returns a data store implementation associated with this provider for the given parameters.