Uses of Interface
org.apache.sis.internal.storage.StoreResource
Packages that use StoreResource
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).
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
Reader of Landsat 8 level 1-2 data.
-
Uses of StoreResource in org.apache.sis.internal.storage
Classes in org.apache.sis.internal.storage that implement StoreResourceModifier 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
. -
Uses of StoreResource in org.apache.sis.internal.storage.csv
Classes in org.apache.sis.internal.storage.csv that implement StoreResourceModifier and TypeClassDescription(package private) final class
A data store which creates feature instances from a CSV file using the OGC Moving Features specification. -
Uses of StoreResource in org.apache.sis.internal.storage.esri
Classes in org.apache.sis.internal.storage.esri that implement StoreResourceModifier 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. -
Uses of StoreResource in org.apache.sis.internal.storage.folder
Classes in org.apache.sis.internal.storage.folder that implement StoreResourceModifier 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. -
Uses of StoreResource in org.apache.sis.internal.storage.gpx
Classes in org.apache.sis.internal.storage.gpx that implement StoreResourceModifier and TypeClassDescriptionclass
A data store backed by GPX files.final class
A GPX store capable to write GPX file. -
Uses of StoreResource in org.apache.sis.internal.storage.image
Classes in org.apache.sis.internal.storage.image that implement StoreResourceModifier 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
.(package private) class
A single image in aWorldFileStore
.class
A data store which creates grid coverages from Image I/O readers using World File convention.(package private) final class
An image which can be replaced or updated.(package private) class
A data store which writes grid coverages using Image I/O writers completed by the World File convention. -
Uses of StoreResource in org.apache.sis.internal.storage.wkt
Classes in org.apache.sis.internal.storage.wkt that implement StoreResourceModifier and TypeClassDescription(package private) final class
A data store which creates data objects from a WKT definition. -
Uses of StoreResource in org.apache.sis.internal.storage.xml
Classes in org.apache.sis.internal.storage.xml that implement StoreResourceModifier and TypeClassDescription(package private) final class
A data store which creates data objects from a XML file. -
Uses of StoreResource in org.apache.sis.internal.storage.xml.stream
Classes in org.apache.sis.internal.storage.xml.stream that implement StoreResourceModifier and TypeClassDescriptionclass
Base class of XML data stores based on the StAX framework. -
Uses of StoreResource in org.apache.sis.storage.geotiff
Classes in org.apache.sis.storage.geotiff that implement StoreResourceModifier and TypeClassDescription(package private) class
One or many GeoTIFF images packaged as a single resource.(package private) final class
An Image File Directory (FID) in a TIFF image.(package private) final class
A list of Image File Directory (FID) where the first entry is the image at finest resolution and following entries are images at finer resolutions. -
Uses of StoreResource in org.apache.sis.storage.landsat
Classes in org.apache.sis.storage.landsat that implement StoreResource