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 ReaderCRSBuilder.readerThe reader for which we will create coordinate reference systems.(package private) final ReaderDataCube.readerThe GeoTIFF reader which contain thisDataCube.private ReaderGeoTiffStore.readerThe GeoTIFF reader implementation, ornullif the store has been closed.Methods in org.apache.sis.storage.geotiff that return ReaderModifier and TypeMethodDescriptionprivate ReaderGeoTiffStore.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 voidGridGeometryBuilder.canNotCreate(Reader reader, Exception e) Logs a warning telling that we cannot create a grid geometry for the given reason.(package private) final DefaultTreeTableReads 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.