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 TypeClassDescriptionclass
A data store for a file or URI accompanied by an auxiliary file of the same name with.prj
extension. -
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 class
A 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) 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 URIDataStore in org.apache.sis.internal.storage.gpx
Subclasses of URIDataStore in org.apache.sis.internal.storage.gpxModifier and TypeClassDescriptionclass
A data store backed by GPX files.final class
A 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 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 URIDataStore in org.apache.sis.internal.storage.wkt
Subclasses of URIDataStore in org.apache.sis.internal.storage.wktModifier and TypeClassDescription(package private) final class
A 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 class
A 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 TypeClassDescriptionclass
Base class of XML data stores based on the StAX framework.