Uses of Class
org.apache.sis.storage.geotiff.Reader
Packages that use Reader
Package
Description
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
-
Uses of Reader in org.apache.sis.storage.geotiff
Fields in org.apache.sis.storage.geotiff declared as ReaderModifier and TypeFieldDescriptionprivate final Reader
CRSBuilder.reader
The reader for which we will create coordinate reference systems.(package private) final Reader
DataCube.reader
The GeoTIFF reader which contain thisDataCube
.private Reader
GeoTiffStore.reader
The GeoTIFF reader implementation, ornull
if the store has been closed.Methods in org.apache.sis.storage.geotiff that return ReaderModifier and TypeMethodDescriptionprivate Reader
GeoTiffStore.reader()
Returns the reader if it is not closed, or thrown an exception otherwise.Methods in org.apache.sis.storage.geotiff with parameters of type ReaderModifier and TypeMethodDescriptionCreates the grid geometry and collect related metadata.private static void
GridGeometryBuilder.canNotCreate
(Reader reader, Exception e) Logs a warning telling that we cannot create a grid geometry for the given reason.(package private) final DefaultTreeTable
Reads the tree table content.Constructors in org.apache.sis.storage.geotiff with parameters of type ReaderModifierConstructorDescription(package private)
CRSBuilder
(Reader reader) Creates a new builder of coordinate reference systems.(package private)
Creates a new data cube.(package private)
ImageFileDirectory
(Reader reader, int index) Creates a new image file directory.(package private)
XMLMetadata
(Reader reader, Type type, long count, short tag) Creates new metadata which will decode the given vector of bytes.