Uses of Class
org.apache.sis.internal.storage.PRJDataStore
Packages that use PRJDataStore
Package
Description
Simple data store implementations for some ESRI grid formats (ASCII and binary).
Bridges between Apache SIS data stores and Java Image I/O.
-
Uses of PRJDataStore in org.apache.sis.internal.storage.esri
Subclasses of PRJDataStore 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 PRJDataStore in org.apache.sis.internal.storage.image
Subclasses of PRJDataStore 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.