Uses of Class
org.apache.sis.storage.geotiff.GeoTiffStore
Packages that use GeoTiffStore
Package
Description
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
-
Uses of GeoTiffStore in org.apache.sis.storage.geotiff
Fields in org.apache.sis.storage.geotiff declared as GeoTiffStoreModifier and TypeFieldDescription(package private) final GeoTiffStore
GeoTIFF.store
The store which created this reader or writer.Constructors in org.apache.sis.storage.geotiff with parameters of type GeoTiffStoreModifierConstructorDescription(package private)
GeoTIFF
(GeoTiffStore store) For subclass constructors.(package private)
Reader
(GeoTiffStore store, ChannelDataInput input) Creates a new GeoTIFF reader which will read data from the given input.