Uses of Class
org.apache.sis.internal.storage.URIDataStore
Packages that use URIDataStore
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).
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).
-
Uses of URIDataStore in org.apache.sis.internal.storage
Subclasses of URIDataStore 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. -
Uses of URIDataStore in org.apache.sis.internal.storage.csv
Subclasses of URIDataStore 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. -
Uses of URIDataStore in org.apache.sis.internal.storage.esri
Subclasses of URIDataStore 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. -
Uses of URIDataStore in org.apache.sis.internal.storage.gpx
Subclasses of URIDataStore in org.apache.sis.internal.storage.gpxModifier and TypeClassDescriptionclassA data store backed by GPX files.final classA GPX store capable to write GPX file. -
Uses of URIDataStore in org.apache.sis.internal.storage.image
Subclasses of URIDataStore 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. -
Uses of URIDataStore in org.apache.sis.internal.storage.wkt
Subclasses of URIDataStore in org.apache.sis.internal.storage.wktModifier and TypeClassDescription(package private) final classA data store which creates data objects from a WKT definition. -
Uses of URIDataStore in org.apache.sis.internal.storage.xml
Subclasses of URIDataStore in org.apache.sis.internal.storage.xmlModifier and TypeClassDescription(package private) final classA data store which creates data objects from a XML file. -
Uses of URIDataStore in org.apache.sis.internal.storage.xml.stream
Subclasses of URIDataStore in org.apache.sis.internal.storage.xml.streamModifier and TypeClassDescriptionclassBase class of XML data stores based on the StAX framework.