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.
Provides interfaces and classes for dealing with different types of events fired by resources.
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 TypeClassDescriptionclass
A data store for a file or URI accompanied by an auxiliary file of the same name with.prj
extension.class
A data store for a storage that may be represented by aURI
.Fields in org.apache.sis.internal.storage declared as DataStoreModifier and TypeFieldDescriptionprivate final DataStore
FeatureCatalogBuilder.store
The data store for which the metadata will be created, ornull
if unknown.Methods in org.apache.sis.internal.storage that return DataStoreModifier and TypeMethodDescriptionStoreResource.getOriginator()
Returns the data store that produced this resource.final DataStore
URIDataStore.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 String
StoreUtilities.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
Subclasses of DataStore in org.apache.sis.internal.storage.csvModifier and TypeClassDescription(package private) final class
A data store which creates feature instances from a CSV file using the OGC Moving Features specification.Methods in org.apache.sis.internal.storage.csv that return DataStoreModifier and TypeMethodDescriptionStoreProvider.open
(StorageConnector connector) Returns a CSVStore
implementation associated with this provider.StoreProvider.open
(org.opengis.parameter.ParameterValueGroup parameters) Returns a CSVStore
implementation from the given parameters. -
Uses of DataStore in org.apache.sis.internal.storage.esri
Subclasses of DataStore in org.apache.sis.internal.storage.esriModifier and TypeClassDescription(package private) class
Data store implementation for ESRI ASCII grid format.(package private) class
Base class for the implementation of ASCII Grid or raw binary store.(package private) final class
Data store implementation for BIL, BIP, and BSQ raster files.(package private) final class
An ASCII Grid store with writing capabilities.Methods in org.apache.sis.internal.storage.esri that return DataStoreModifier and TypeMethodDescriptionAsciiGridStoreProvider.open
(StorageConnector connector) Returns anAsciiGridStore
implementation associated with this provider.RawRasterStoreProvider.open
(StorageConnector connector) Returns anRawRasterStore
implementation associated with this provider. -
Uses of DataStore in org.apache.sis.internal.storage.folder
Subclasses of DataStore in org.apache.sis.internal.storage.folderModifier and TypeClassDescription(package private) class
A folder store acts as an aggregate of multiple files in a single store.(package private) final class
Writable version of the store which rely on given datastore provider to create new types.Fields in org.apache.sis.internal.storage.folder with type parameters of type DataStoreModifier and TypeFieldDescriptionStore.children
All data stores (including sub-folders) found in the directory structure, including the root directory.Methods in org.apache.sis.internal.storage.folder that return DataStoreModifier and TypeMethodDescriptionStore.getOriginator()
Returns the data store for the root directory specified by the user.StoreProvider.open
(StorageConnector connector) Returns a data store implementation associated with this provider.private DataStore
StoreProvider.open
(StorageConnector connector, String format, EnumSet<StandardOpenOption> options) Shared implementation of publicopen(…)
methods.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 TypeClassDescriptionclass
A data store backed by GPX files.final class
A 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 GPXStore
implementation 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 TypeClassDescription(package private) final class
A world file store exposing in the public API the fact that it is an aggregate.(package private) static final class
The writable variant ofMultiImageStore
.(package private) class
A world file store which is expected to contain exactly one image.(package private) static final class
The writable variant ofMultiImageStore
.class
A data store which creates grid coverages from Image I/O readers using World File convention.(package private) class
A data store which writes grid coverages using Image I/O writers completed by the World File convention.Methods in org.apache.sis.internal.storage.image that return DataStoreModifier and TypeMethodDescriptionfinal DataStore
WorldFileResource.getOriginator()
Returns the data store that produced this resource. -
Uses of DataStore in org.apache.sis.internal.storage.wkt
Subclasses of DataStore in org.apache.sis.internal.storage.wktModifier and TypeClassDescription(package private) final class
A data store which creates data objects from a WKT definition.Methods in org.apache.sis.internal.storage.wkt that return DataStoreModifier and TypeMethodDescriptionStoreProvider.open
(StorageConnector connector) Returns aStore
implementation associated with this provider. -
Uses of DataStore in org.apache.sis.internal.storage.xml
Subclasses of DataStore in org.apache.sis.internal.storage.xmlModifier and TypeClassDescription(package private) final class
A data store which creates data objects from a XML file.Methods in org.apache.sis.internal.storage.xml that return DataStoreModifier and TypeMethodDescriptionStoreProvider.open
(StorageConnector connector) Returns aStore
implementation 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 TypeClassDescriptionclass
Base class of XML data stores based on the StAX framework. -
Uses of DataStore in org.apache.sis.storage
Fields in org.apache.sis.storage declared as DataStoreModifier and TypeFieldDescription(package private) DataStore
ProbeProviderPair.store
A data store created by the provider.Methods in org.apache.sis.storage that return DataStoreModifier and TypeMethodDescriptionabstract DataStore
DataStoreProvider.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.Creates aDataStore
for reading the given storage.static DataStore
Creates aDataStore
for the given storage.Methods in org.apache.sis.storage with parameters of type DataStoreModifier and TypeMethodDescriptionvoid
Adds a value for the given name if none exist.Returns the value associated to the given name (case sensitive).private static Locale
Returns the locale for the given store, ornull
if none.private static CharSequence
Returns the display name for the given data store, or the localizable "unnamed" string if the given data store is null or does not have a display name.boolean
Removes the value associated to the given name.Constructors in org.apache.sis.storage with parameters of type DataStoreModifierConstructorDescriptionprotected
DataStore
(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.event
Methods in org.apache.sis.storage.event that return DataStoreModifier and TypeMethodDescriptionprivate static DataStore
StoreListeners.getDataStore
(StoreListeners m) Returns the data store of the source, ornull
if unknown. -
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 TypeMethodDescriptionfinal DataStore
DataCube.getOriginator()
Returns the data store that produced this resource.final DataStore
MultiResolutionImage.getOriginator()
Returns the data store that produced this resource.GeoTiffStoreProvider.open
(StorageConnector connector) Returns aGeoTiffStore
implementation 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 TypeMethodDescriptionBandGroup.getOriginator()
Returns the data store that created this resource.LandsatStoreProvider.open
(StorageConnector connector) Returns aLandsatStore
implementation associated with this provider. -
Uses of DataStore in org.apache.sis.storage.sql
Subclasses of DataStore in org.apache.sis.storage.sqlModifier and TypeClassDescriptionclass
A 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 aSQLStore
implementation associated with this provider.SQLStoreProvider.open
(org.opengis.parameter.ParameterValueGroup parameters) Returns a data store implementation associated with this provider for the given parameters.