Uses of Class
org.apache.sis.storage.geotiff.DeferredEntry
Packages that use DeferredEntry
Package
Description
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
-
Uses of DeferredEntry in org.apache.sis.storage.geotiff
Fields in org.apache.sis.storage.geotiff with type parameters of type DeferredEntryModifier and TypeFieldDescriptionprivate final LinkedList
<DeferredEntry> Reader.deferredEntries
Entries having a value that cannot be read immediately, but instead have a pointer to a value stored elsewhere in the file.Methods in org.apache.sis.storage.geotiff with parameters of type DeferredEntryModifier and TypeMethodDescriptionint
DeferredEntry.compareTo
(DeferredEntry other) Returns +1 if this entry is located after the given entry in the TIFF file, or -1 if it is located before.