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 ImageFileDirectory
Reader.lastIFD
The last Image File Directory (IFD) read, ornull
if none.private final ImageFileDirectory[]
MultiResolutionImage.levels
Descriptions of each Image File Directory (IFD) in the GeoTIFF file.(package private) final ImageFileDirectory
DeferredEntry.owner
Where to add the entry value after it has been read.Methods in org.apache.sis.storage.geotiff that return ImageFileDirectoryModifier and TypeMethodDescriptionprivate ImageFileDirectory
MultiResolutionImage.getImageFileDirectory
(int index) Completes and returns the image at the given pyramid level.private ImageFileDirectory
Reader.getImageFileDirectory
(int index) Returns the next Image File Directory (IFD), ornull
if we reached the last IFD.Methods in org.apache.sis.storage.geotiff with parameters of type ImageFileDirectoryModifier and TypeMethodDescription(package private) void
ImageMetadataBuilder.finish
(ImageFileDirectory image, StoreListeners listeners) Completes the metadata with the information stored in the fields of the IFD.(package private) final void
ImageFileDirectory.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 void
Reader.resolveDeferredEntries
(ImageFileDirectory dir) Reads all entries that were deferred.private void
Reader.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.