Uses of Interface
org.apache.sis.internal.storage.ResourceOnFileSystem
Packages that use ResourceOnFileSystem
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).
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
-
Uses of ResourceOnFileSystem in org.apache.sis.internal.storage
Classes in org.apache.sis.internal.storage that implement ResourceOnFileSystemModifier 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 ResourceOnFileSystem in org.apache.sis.internal.storage.csv
Classes in org.apache.sis.internal.storage.csv that implement ResourceOnFileSystemModifier 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 ResourceOnFileSystem in org.apache.sis.internal.storage.esri
Classes in org.apache.sis.internal.storage.esri that implement ResourceOnFileSystemModifier 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 ResourceOnFileSystem in org.apache.sis.internal.storage.gpx
Classes in org.apache.sis.internal.storage.gpx that implement ResourceOnFileSystemModifier and TypeClassDescriptionclass
A data store backed by GPX files.final class
A 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 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
.class
A data store which creates grid coverages from Image I/O readers using World File convention.(package private) class
A data store which writes grid coverages using Image I/O writers completed by the World File convention. -
Uses of ResourceOnFileSystem in org.apache.sis.internal.storage.wkt
Classes in org.apache.sis.internal.storage.wkt that implement ResourceOnFileSystemModifier and TypeClassDescription(package private) final class
A data store which creates data objects from a WKT definition. -
Uses of ResourceOnFileSystem in org.apache.sis.internal.storage.xml
Classes in org.apache.sis.internal.storage.xml that implement ResourceOnFileSystemModifier and TypeClassDescription(package private) final class
A data store which creates data objects from a XML file. -
Uses of ResourceOnFileSystem in org.apache.sis.internal.storage.xml.stream
Classes in org.apache.sis.internal.storage.xml.stream that implement ResourceOnFileSystemModifier and TypeClassDescriptionclass
Base class of XML data stores based on the StAX framework. -
Uses of ResourceOnFileSystem in org.apache.sis.storage.geotiff
Classes in org.apache.sis.storage.geotiff that implement ResourceOnFileSystemModifier 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.