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