Uses of Interface
org.apache.sis.internal.storage.StoreResource
Packages that use StoreResource
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 StoreResource in org.apache.sis.internal.storage
Classes in org.apache.sis.internal.storage that implement StoreResourceModifier 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. -
Uses of StoreResource in org.apache.sis.internal.storage.gpx
Classes in org.apache.sis.internal.storage.gpx that implement StoreResourceModifier and TypeClassDescriptionclassA data store backed by GPX files.final classA 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 TypeClassDescriptionclassA data store which creates grid coverages from Image I/O readers using World File convention. -
Uses of StoreResource in org.apache.sis.internal.storage.xml.stream
Classes in org.apache.sis.internal.storage.xml.stream that implement StoreResourceModifier and TypeClassDescriptionclassBase class of XML data stores based on the StAX framework.