Uses of Class
org.apache.sis.storage.geotiff.ImageFileDirectory
Packages that use ImageFileDirectory
Package
Description
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
-
Uses of ImageFileDirectory in org.apache.sis.storage.geotiff
Fields in org.apache.sis.storage.geotiff declared as ImageFileDirectoryModifier and TypeFieldDescriptionprivate ImageFileDirectoryReader.lastIFDThe last Image File Directory (IFD) read, ornullif none.private final ImageFileDirectory[]MultiResolutionImage.levelsDescriptions of each Image File Directory (IFD) in the GeoTIFF file.(package private) final ImageFileDirectoryDeferredEntry.ownerWhere to add the entry value after it has been read.Methods in org.apache.sis.storage.geotiff that return ImageFileDirectoryModifier and TypeMethodDescriptionprivate ImageFileDirectoryMultiResolutionImage.getImageFileDirectory(int index) Completes and returns the image at the given pyramid level.private ImageFileDirectoryReader.getImageFileDirectory(int index) Returns the next Image File Directory (IFD), ornullif we reached the last IFD.Methods in org.apache.sis.storage.geotiff with parameters of type ImageFileDirectoryModifier and TypeMethodDescription(package private) voidImageMetadataBuilder.finish(ImageFileDirectory image, StoreListeners listeners) Completes the metadata with the information stored in the fields of the IFD.(package private) final voidImageFileDirectory.initReducedResolution(ImageFileDirectory fullResolution, double[] scales) If this IFD has no grid geometry information, derives a grid geometry by applying a scale factor on the grid geometry of another IFD.(package private) final voidReader.resolveDeferredEntries(ImageFileDirectory dir) Reads all entries that were deferred.private voidReader.resolveDeferredEntries(ImageFileDirectory dir, long ignoreAfter) Reads some of the entries that has been deferred.Constructors in org.apache.sis.storage.geotiff with parameters of type ImageFileDirectoryModifierConstructorDescription(package private)DeferredEntry(ImageFileDirectory owner, short tag, Type type, long count, long offset) Creates a new deferred entry.Constructor parameters in org.apache.sis.storage.geotiff with type arguments of type ImageFileDirectoryModifierConstructorDescription(package private)MultiResolutionImage(List<ImageFileDirectory> overviews) Creates a multi-resolution images with all the given reduced-resolution (overview) images, from finest resolution to coarsest resolution.