Uses of Class
org.apache.sis.internal.storage.URIDataStore
Packages that use URIDataStore
Package
Description
Utility classes for the implementation of SIS storage classes.
Reads and writes data in GPS Exchange Format (GPX).
Bridges between Apache SIS data stores and Java Image I/O.
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.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 TypeClassDescriptionclassA data store which creates grid coverages from Image I/O readers using World File convention. -
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.