Class: ImageFileDirectory

geotiff~ImageFileDirectory(fileDirectory, rawFileDirectory, geoKeyDirectory, nextIFDByteOffset)

Data class to store the parsed file directory (+ its raw form), geo key directory and offset to the next IFD

Constructor

new ImageFileDirectory(fileDirectory, rawFileDirectory, geoKeyDirectory, nextIFDByteOffset)

Create an ImageFileDirectory.

Parameters:
Name Type Description
fileDirectory object

the file directory, mapping tag names to values

rawFileDirectory Map

the raw file directory, mapping tag IDs to values

geoKeyDirectory object

the geo key directory, mapping geo key names to values

nextIFDByteOffset number

the byte offset to the next IFD

Source: