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 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.Fields in org.apache.sis.internal.storage declared as DataStoreModifier and TypeFieldDescriptionprivate final DataStoreFeatureCatalogBuilder.storeThe data store for which the metadata will be created, ornullif unknown.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
Subclasses of DataStore in org.apache.sis.internal.storage.csvModifier and TypeClassDescription(package private) final classA 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 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
Subclasses of DataStore in org.apache.sis.internal.storage.esriModifier and TypeClassDescription(package private) classData store implementation for ESRI ASCII grid format.(package private) classBase class for the implementation of ASCII Grid or raw binary store.(package private) final classData store implementation for BIL, BIP, and BSQ raster files.(package private) final classAn ASCII Grid store with writing capabilities.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
Subclasses of DataStore in org.apache.sis.internal.storage.folderModifier and TypeClassDescription(package private) classA folder store acts as an aggregate of multiple files in a single store.(package private) final classWritable 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.childrenAll 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 DataStoreStoreProvider.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 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 TypeClassDescription(package private) final classA world file store exposing in the public API the fact that it is an aggregate.(package private) static final classThe writable variant ofMultiImageStore.(package private) classA world file store which is expected to contain exactly one image.(package private) static final classThe writable variant ofMultiImageStore.classA data store which creates grid coverages from Image I/O readers using World File convention.(package private) classA 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 DataStoreWorldFileResource.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 classA 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 aStoreimplementation 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 classA 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 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
Fields in org.apache.sis.storage declared as DataStoreModifier and TypeFieldDescription(package private) DataStoreProbeProviderPair.storeA data store created by the provider.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.Creates aDataStorefor reading the given storage.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).private static LocaleReturns the locale for the given store, ornullif none.private static CharSequenceReturns 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.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.event
Methods in org.apache.sis.storage.event that return DataStoreModifier and TypeMethodDescriptionprivate static DataStoreStoreListeners.getDataStore(StoreListeners m) Returns the data store of the source, ornullif 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 DataStoreDataCube.getOriginator()Returns the data store that produced this resource.final DataStoreMultiResolutionImage.getOriginator()Returns the data store that produced this resource.GeoTiffStoreProvider.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 TypeMethodDescriptionBandGroup.getOriginator()Returns the data store that created this resource.LandsatStoreProvider.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.