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
Classes in org.apache.sis.storage.geotiff that implement interfaces with type arguments of type DeferredEntryModifier and TypeClassDescription(package private) final classOffset to a TIFF tag entry that has not yet been read.Fields in org.apache.sis.storage.geotiff with type parameters of type DeferredEntryModifier and TypeFieldDescriptionprivate final LinkedList<DeferredEntry> Reader.deferredEntriesEntries 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 TypeMethodDescriptionintDeferredEntry.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.