- get(FieldTagType) - Method in class mil.nga.tiff.FileDirectory
-
Get a file directory entry from the field tag type
- getBits() - Method in enum mil.nga.tiff.FieldType
-
Get the number of bits per value
- getBitsPerSample() - Method in class mil.nga.tiff.FileDirectory
-
Get the bits per sample
- getBitsPerSample() - Method in class mil.nga.tiff.Rasters
-
Get the bits per sample
- getById(int) - Static method in enum mil.nga.tiff.FieldTagType
-
Get a field tag type by id
- getByteOrder() - Method in class mil.nga.tiff.io.ByteReader
-
Get the byte order
- getByteOrder() - Method in class mil.nga.tiff.io.ByteWriter
-
Get the byte order
- getBytes() - Method in enum mil.nga.tiff.FieldType
-
Get the number of bytes per value
- getBytes() - Method in class mil.nga.tiff.io.ByteWriter
-
Get the written bytes
- getColorMap() - Method in class mil.nga.tiff.FileDirectory
-
Get the color map
- getCompression() - Method in class mil.nga.tiff.FileDirectory
-
Get the compression
- getDecoder() - Method in class mil.nga.tiff.FileDirectory
-
Get the compression decoder
- getEntries() - Method in class mil.nga.tiff.FileDirectory
-
Get the file directory entries
- getFieldTag() - Method in class mil.nga.tiff.FileDirectoryEntry
-
Get the field tag type
- getFieldTagTypeMapping() - Method in class mil.nga.tiff.FileDirectory
-
Get the field tag type to file directory entry mapping
- getFieldType(int) - Static method in enum mil.nga.tiff.FieldType
-
Get the field type
- getFieldType(int, int) - Static method in enum mil.nga.tiff.FieldType
-
Get the field type of the sample format and bits per sample
- getFieldType() - Method in class mil.nga.tiff.FileDirectoryEntry
-
Get the field type
- getFieldTypeForSample(int) - Method in class mil.nga.tiff.FileDirectory
-
Get the field type for the sample
- getFieldTypes() - Method in class mil.nga.tiff.Rasters
-
Returns field types
- getFileDirectories() - Method in class mil.nga.tiff.TIFFImage
-
Get the file directories
- getFileDirectory() - Method in class mil.nga.tiff.TIFFImage
-
Get the default, first, or only file directory
- getFileDirectory(int) - Method in class mil.nga.tiff.TIFFImage
-
Get the file directory at the index
- getFirstPixelSample(int, int) - Method in class mil.nga.tiff.Rasters
-
Get the first pixel sample value, useful for single sample pixels
(grayscale)
- getHeight() - Method in class mil.nga.tiff.Rasters
-
Get the height of pixels
- getId() - Method in enum mil.nga.tiff.FieldTagType
-
Get the tag id
- getImageHeight() - Method in class mil.nga.tiff.FileDirectory
-
Get the image height
- getImageWidth() - Method in class mil.nga.tiff.FileDirectory
-
Get the image width
- getIntegerEntryValue(FieldTagType) - Method in class mil.nga.tiff.FileDirectory
-
Get an integer entry value
- getIntegerListEntryValue(FieldTagType) - Method in class mil.nga.tiff.FileDirectory
-
Get an integer list entry value
- getInterleaveIndex(int, int) - Method in class mil.nga.tiff.Rasters
-
Get the interleave index location
- getInterleaveValues() - Method in class mil.nga.tiff.Rasters
-
Get the results stored as interleaved pixel samples
- getLongListEntryValue(FieldTagType) - Method in class mil.nga.tiff.FileDirectory
-
Get a long list entry value
- getMaxBitsPerSample() - Method in class mil.nga.tiff.FileDirectory
-
Get the max bits per sample
- getMaxIntegerEntryValue(FieldTagType) - Method in class mil.nga.tiff.FileDirectory
-
Get the max integer from integer list entry values
- getMaxSampleFormat() - Method in class mil.nga.tiff.FileDirectory
-
Get the max sample format
- getMaxX() - Method in class mil.nga.tiff.ImageWindow
-
Get the max x
- getMaxY() - Method in class mil.nga.tiff.ImageWindow
-
Get the max y
- getMinX() - Method in class mil.nga.tiff.ImageWindow
-
Get the min x
- getMinY() - Method in class mil.nga.tiff.ImageWindow
-
Get the min y
- getNextByte() - Method in class mil.nga.tiff.io.ByteReader
-
Get the next byte to be read
- getNumberEntryValue(FieldTagType) - Method in class mil.nga.tiff.FileDirectory
-
Get an number entry value
- getNumberListEntryValue(FieldTagType) - Method in class mil.nga.tiff.FileDirectory
-
Get a number list entry value
- getNumPixels() - Method in class mil.nga.tiff.Rasters
-
Return the number of pixels
- getOutputStream() - Method in class mil.nga.tiff.io.ByteWriter
-
Get the byte array output stream
- getPhotometricInterpretation() - Method in class mil.nga.tiff.FileDirectory
-
Get the photometric interpretation
- getPixel(int, int) - Method in class mil.nga.tiff.Rasters
-
Get the pixel sample values
- getPixelRow(int, ByteOrder) - Method in class mil.nga.tiff.Rasters
-
Returns byte array of pixel row.
- getPixelSample(int, int, int) - Method in class mil.nga.tiff.Rasters
-
Get a pixel sample value
- getPlanarConfiguration() - Method in class mil.nga.tiff.FileDirectory
-
Get the planar configuration
- getReader() - Method in class mil.nga.tiff.FileDirectory
-
Get the byte reader
- getResolutionUnit() - Method in class mil.nga.tiff.FileDirectory
-
Get the resolution unit
- getRowsPerStrip() - Method in class mil.nga.tiff.FileDirectory
-
Get the rows per strip
- getSampleFormat(FieldType) - Static method in enum mil.nga.tiff.FieldType
-
Get the sample format of the field type
- getSampleFormat() - Method in class mil.nga.tiff.FileDirectory
-
Get the sample format
- getSampleFormat() - Method in class mil.nga.tiff.Rasters
-
Returns list of sample types constants
Returns list of sample types constants (SAMPLE_FORMAT_UNSIGNED_INT,
SAMPLE_FORMAT_SIGNED_INT or SAMPLE_FORMAT_FLOAT) for each sample in
sample list @see getFieldTypes().
- getSampleIndex(int, int) - Method in class mil.nga.tiff.Rasters
-
Get the sample index location
- getSampleRow(int, int, ByteOrder) - Method in class mil.nga.tiff.Rasters
-
Returns byte array of sample row.
- getSamplesPerPixel() - Method in class mil.nga.tiff.FileDirectory
-
Get the samples per pixel
- getSamplesPerPixel() - Method in class mil.nga.tiff.Rasters
-
Get the number of samples per pixel
- getSampleValues() - Method in class mil.nga.tiff.Rasters
-
Get the results stored by samples
- getStringEntryValue(FieldTagType) - Method in class mil.nga.tiff.FileDirectory
-
Get a string entry value for the field tag type
- getStripByteCounts() - Method in class mil.nga.tiff.FileDirectory
-
Get the strip byte counts
- getStripOffsets() - Method in class mil.nga.tiff.FileDirectory
-
Get the strip offsets
- getTileByteCounts() - Method in class mil.nga.tiff.FileDirectory
-
Get the tile byte counts
- getTileHeight() - Method in class mil.nga.tiff.FileDirectory
-
Get the tile height
- getTileOffsets() - Method in class mil.nga.tiff.FileDirectory
-
Get the tile offsets
- getTileWidth() - Method in class mil.nga.tiff.FileDirectory
-
Get the tile width
- getTypeCount() - Method in class mil.nga.tiff.FileDirectoryEntry
-
Get the type count
- getValue() - Method in enum mil.nga.tiff.FieldType
-
Get the field type value
- getValues() - Method in class mil.nga.tiff.FileDirectoryEntry
-
Get the values
- getWidth() - Method in class mil.nga.tiff.Rasters
-
Get the width of pixels
- getWriteRasters() - Method in class mil.nga.tiff.FileDirectory
-
Get the rasters for writing a TIFF file
- getXResolution() - Method in class mil.nga.tiff.FileDirectory
-
Get the x resolution
- getYResolution() - Method in class mil.nga.tiff.FileDirectory
-
Get the y resolution
- GRAY_RESPONSE_HUNDRED_THOUSANDTHS - Static variable in class mil.nga.tiff.util.TiffConstants
-
- GRAY_RESPONSE_HUNDREDTHS - Static variable in class mil.nga.tiff.util.TiffConstants
-
- GRAY_RESPONSE_TEN_THOUSANDTHS - Static variable in class mil.nga.tiff.util.TiffConstants
-
- GRAY_RESPONSE_TENTHS - Static variable in class mil.nga.tiff.util.TiffConstants
-
- GRAY_RESPONSE_THOUSANDTHS - Static variable in class mil.nga.tiff.util.TiffConstants
-
- Rasters - Class in mil.nga.tiff
-
Raster image values
- Rasters(int, int, FieldType[], ByteBuffer[]) - Constructor for class mil.nga.tiff.Rasters
-
Constructor
- Rasters(int, int, FieldType[], ByteBuffer) - Constructor for class mil.nga.tiff.Rasters
-
Constructor
- Rasters(int, int, FieldType[], ByteBuffer[], ByteBuffer) - Constructor for class mil.nga.tiff.Rasters
-
Constructor
- Rasters(int, int, int, FieldType) - Constructor for class mil.nga.tiff.Rasters
-
Constructor
Creates Rasters object where given field type used for each sample.
- Rasters(int, int, int, FieldType, ByteOrder) - Constructor for class mil.nga.tiff.Rasters
-
Constructor
Creates Rasters object where given field type used for each sample.
- Rasters(int, int, int[], int[]) - Constructor for class mil.nga.tiff.Rasters
-
Constructor
Creates Rasters object where one bits per sample and sample format is
provided for each sample
- Rasters(int, int, int[], int[], ByteOrder) - Constructor for class mil.nga.tiff.Rasters
-
Constructor
Creates Rasters object where one bits per sample and sample format is
provided for each sample
- Rasters(int, int, int, int, int) - Constructor for class mil.nga.tiff.Rasters
-
Constructor
Creates Rasters object where given bits per sample and sample format is
used for each sample
- Rasters(int, int, int, int, int, ByteOrder) - Constructor for class mil.nga.tiff.Rasters
-
Constructor
Creates Rasters object where given bits per sample and sample format is
used for each sample
- Rasters(int, int, FieldType[]) - Constructor for class mil.nga.tiff.Rasters
-
Constructor
- Rasters(int, int, FieldType[], ByteOrder) - Constructor for class mil.nga.tiff.Rasters
-
Constructor
- RawCompression - Class in mil.nga.tiff.compression
-
Raw / no compression
- RawCompression() - Constructor for class mil.nga.tiff.compression.RawCompression
-
- readByte() - Method in class mil.nga.tiff.io.ByteReader
-
Read a byte
- readByte(int) - Method in class mil.nga.tiff.io.ByteReader
-
Read a byte
- readBytes(int) - Method in class mil.nga.tiff.io.ByteReader
-
Read a number of bytes
- readBytes(int, int) - Method in class mil.nga.tiff.io.ByteReader
-
Read a number of bytes
- readDouble() - Method in class mil.nga.tiff.io.ByteReader
-
Read a double
- readDouble(int) - Method in class mil.nga.tiff.io.ByteReader
-
Read a double
- readFloat() - Method in class mil.nga.tiff.io.ByteReader
-
Read a float
- readFloat(int) - Method in class mil.nga.tiff.io.ByteReader
-
Read a float
- readInt() - Method in class mil.nga.tiff.io.ByteReader
-
Read an integer
- readInt(int) - Method in class mil.nga.tiff.io.ByteReader
-
Read an integer
- readInterleavedRasters() - Method in class mil.nga.tiff.FileDirectory
-
Read the rasters as interleaved
- readInterleavedRasters(ImageWindow) - Method in class mil.nga.tiff.FileDirectory
-
Read the rasters as interleaved
- readInterleavedRasters(int[]) - Method in class mil.nga.tiff.FileDirectory
-
Read the rasters as interleaved
- readInterleavedRasters(ImageWindow, int[]) - Method in class mil.nga.tiff.FileDirectory
-
Read the rasters as interleaved
- readRasters() - Method in class mil.nga.tiff.FileDirectory
-
Read the rasters
- readRasters(ImageWindow) - Method in class mil.nga.tiff.FileDirectory
-
Read the rasters
- readRasters(int[]) - Method in class mil.nga.tiff.FileDirectory
-
Read the rasters
- readRasters(ImageWindow, int[]) - Method in class mil.nga.tiff.FileDirectory
-
Read the rasters
- readRasters(boolean, boolean) - Method in class mil.nga.tiff.FileDirectory
-
Read the rasters
- readRasters(ImageWindow, boolean, boolean) - Method in class mil.nga.tiff.FileDirectory
-
Read the rasters
- readRasters(int[], boolean, boolean) - Method in class mil.nga.tiff.FileDirectory
-
Read the rasters
- readRasters(ImageWindow, int[], boolean, boolean) - Method in class mil.nga.tiff.FileDirectory
-
Read the rasters
- readShort() - Method in class mil.nga.tiff.io.ByteReader
-
Read a short
- readShort(int) - Method in class mil.nga.tiff.io.ByteReader
-
Read a short
- readString(int) - Method in class mil.nga.tiff.io.ByteReader
-
Read a String from the provided number of bytes
- readString(int, int) - Method in class mil.nga.tiff.io.ByteReader
-
Read a String from the provided number of bytes
- readTiff(File) - Static method in class mil.nga.tiff.TiffReader
-
Read a TIFF from a file
- readTiff(File, boolean) - Static method in class mil.nga.tiff.TiffReader
-
Read a TIFF from a file
- readTiff(InputStream) - Static method in class mil.nga.tiff.TiffReader
-
Read a TIFF from an input stream
- readTiff(InputStream, boolean) - Static method in class mil.nga.tiff.TiffReader
-
Read a TIFF from an input stream
- readTiff(byte[]) - Static method in class mil.nga.tiff.TiffReader
-
Read a TIFF from the bytes
- readTiff(byte[], boolean) - Static method in class mil.nga.tiff.TiffReader
-
Read a TIFF from the bytes
- readTiff(ByteReader) - Static method in class mil.nga.tiff.TiffReader
-
Read a TIFF from the byte reader
- readTiff(ByteReader, boolean) - Static method in class mil.nga.tiff.TiffReader
-
Read a TIFF from the byte reader
- readUnsignedByte() - Method in class mil.nga.tiff.io.ByteReader
-
Read an unsigned byte
- readUnsignedByte(int) - Method in class mil.nga.tiff.io.ByteReader
-
Read an unsigned byte
- readUnsignedInt() - Method in class mil.nga.tiff.io.ByteReader
-
Read an unsigned int
- readUnsignedInt(int) - Method in class mil.nga.tiff.io.ByteReader
-
Read an unsigned int
- readUnsignedShort() - Method in class mil.nga.tiff.io.ByteReader
-
Read an unsigned short
- readUnsignedShort(int) - Method in class mil.nga.tiff.io.ByteReader
-
Read an unsigned short
- RESOLUTION_UNIT_CENTIMETER - Static variable in class mil.nga.tiff.util.TiffConstants
-
- RESOLUTION_UNIT_INCH - Static variable in class mil.nga.tiff.util.TiffConstants
-
- RESOLUTION_UNIT_NO - Static variable in class mil.nga.tiff.util.TiffConstants
-
- rowEncoding() - Method in interface mil.nga.tiff.compression.CompressionEncoder
-
True to encode on a per row basis, false to encode on a per block / strip
basis
- rowEncoding() - Method in class mil.nga.tiff.compression.DeflateCompression
-
True to encode on a per row basis, false to encode on a per block / strip
basis
- rowEncoding() - Method in class mil.nga.tiff.compression.LZWCompression
-
True to encode on a per row basis, false to encode on a per block / strip
basis
- rowEncoding() - Method in class mil.nga.tiff.compression.PackbitsCompression
-
True to encode on a per row basis, false to encode on a per block / strip
basis
- rowEncoding() - Method in class mil.nga.tiff.compression.RawCompression
-
True to encode on a per row basis, false to encode on a per block / strip
basis
- SAMPLE_FORMAT_FLOAT - Static variable in class mil.nga.tiff.util.TiffConstants
-
- SAMPLE_FORMAT_SIGNED_INT - Static variable in class mil.nga.tiff.util.TiffConstants
-
- SAMPLE_FORMAT_SINGLE_PAGE_MULTI_PAGE - Static variable in class mil.nga.tiff.util.TiffConstants
-
- SAMPLE_FORMAT_UNDEFINED - Static variable in class mil.nga.tiff.util.TiffConstants
-
- SAMPLE_FORMAT_UNSIGNED_INT - Static variable in class mil.nga.tiff.util.TiffConstants
-
- setBitsPerSample(List<Integer>) - Method in class mil.nga.tiff.FileDirectory
-
Set the bits per sample
- setBitsPerSample(int) - Method in class mil.nga.tiff.FileDirectory
-
Set a single value bits per sample
- setByteOrder(ByteOrder) - Method in class mil.nga.tiff.io.ByteReader
-
Set the byte order
- setByteOrder(ByteOrder) - Method in class mil.nga.tiff.io.ByteWriter
-
Set the byte order
- setCache(boolean) - Method in class mil.nga.tiff.FileDirectory
-
Set whether to cache tiles.
- setColorMap(List<Integer>) - Method in class mil.nga.tiff.FileDirectory
-
Set the color map
- setColorMap(int) - Method in class mil.nga.tiff.FileDirectory
-
Set a single value color map
- setCompression(int) - Method in class mil.nga.tiff.FileDirectory
-
Set the compression
- setFirstPixelSample(int, int, Number) - Method in class mil.nga.tiff.Rasters
-
Set the first pixel sample value, useful for single sample pixels
(grayscale)
- setImageHeight(int) - Method in class mil.nga.tiff.FileDirectory
-
Set the image height
- setImageHeightAsLong(long) - Method in class mil.nga.tiff.FileDirectory
-
Set the image height
- setImageWidth(int) - Method in class mil.nga.tiff.FileDirectory
-
Set the image width
- setImageWidthAsLong(long) - Method in class mil.nga.tiff.FileDirectory
-
Set the image width
- setInterleaveValues(ByteBuffer) - Method in class mil.nga.tiff.Rasters
-
Set the results stored as interleaved pixel samples
- setMaxX(int) - Method in class mil.nga.tiff.ImageWindow
-
Set the max x
- setMaxY(int) - Method in class mil.nga.tiff.ImageWindow
-
Set the max y
- setMinX(int) - Method in class mil.nga.tiff.ImageWindow
-
Set the min x
- setMinY(int) - Method in class mil.nga.tiff.ImageWindow
-
Set the min y
- setNextByte(int) - Method in class mil.nga.tiff.io.ByteReader
-
Set the next byte to be read
- setPhotometricInterpretation(int) - Method in class mil.nga.tiff.FileDirectory
-
Set the photometric interpretation
- setPixel(int, int, Number[]) - Method in class mil.nga.tiff.Rasters
-
Set the pixel sample values
- setPixelSample(int, int, int, Number) - Method in class mil.nga.tiff.Rasters
-
Set a pixel sample value
- setPlanarConfiguration(int) - Method in class mil.nga.tiff.FileDirectory
-
Set the planar configuration
- setResolutionUnit(int) - Method in class mil.nga.tiff.FileDirectory
-
Set the resolution unit
- setRowsPerStrip(int) - Method in class mil.nga.tiff.FileDirectory
-
Set the rows per strip
- setRowsPerStripAsLong(long) - Method in class mil.nga.tiff.FileDirectory
-
Set the rows per strip
- setSampleFormat(List<Integer>) - Method in class mil.nga.tiff.FileDirectory
-
Set the sample format
- setSampleFormat(int) - Method in class mil.nga.tiff.FileDirectory
-
Set a single value sample format
- setSamplesPerPixel(int) - Method in class mil.nga.tiff.FileDirectory
-
Set the samples per pixel
- setSampleValues(ByteBuffer[]) - Method in class mil.nga.tiff.Rasters
-
Set the results stored by samples
- setStringEntryValue(FieldTagType, String) - Method in class mil.nga.tiff.FileDirectory
-
Set string value for the field tag type
- setStripByteCounts(List<Integer>) - Method in class mil.nga.tiff.FileDirectory
-
Set the strip byte counts
- setStripByteCounts(int) - Method in class mil.nga.tiff.FileDirectory
-
Set a single value strip byte count
- setStripByteCounts(long) - Method in class mil.nga.tiff.FileDirectory
-
Set a single value strip byte count
- setStripByteCountsAsLongs(List<Long>) - Method in class mil.nga.tiff.FileDirectory
-
Set the strip byte counts
- setStripOffsets(List<Integer>) - Method in class mil.nga.tiff.FileDirectory
-
Set the strip offsets
- setStripOffsets(int) - Method in class mil.nga.tiff.FileDirectory
-
Set a single value strip offset
- setStripOffsets(long) - Method in class mil.nga.tiff.FileDirectory
-
Set a single value strip offset
- setStripOffsetsAsLongs(List<Long>) - Method in class mil.nga.tiff.FileDirectory
-
Set the strip offsets
- setTileByteCounts(List<Integer>) - Method in class mil.nga.tiff.FileDirectory
-
Set the tile byte counts
- setTileByteCounts(int) - Method in class mil.nga.tiff.FileDirectory
-
Set a single value tile byte count
- setTileByteCounts(long) - Method in class mil.nga.tiff.FileDirectory
-
Set a single value tile byte count
- setTileByteCountsAsLongs(List<Long>) - Method in class mil.nga.tiff.FileDirectory
-
Set the tile byte counts
- setTileHeight(int) - Method in class mil.nga.tiff.FileDirectory
-
Set the tile height
- setTileHeightAsLong(long) - Method in class mil.nga.tiff.FileDirectory
-
Set the tile height
- setTileOffsets(List<Long>) - Method in class mil.nga.tiff.FileDirectory
-
Set the tile offsets
- setTileOffsets(long) - Method in class mil.nga.tiff.FileDirectory
-
Set a single value tile offset
- setTileWidth(int) - Method in class mil.nga.tiff.FileDirectory
-
Set the tile width
- setTileWidthAsLong(long) - Method in class mil.nga.tiff.FileDirectory
-
Set the tile width
- setUnsignedIntegerEntryValue(FieldTagType, int) - Method in class mil.nga.tiff.FileDirectory
-
Set an unsigned integer entry value for the field tag type
- setUnsignedIntegerListEntryValue(FieldTagType, List<Integer>) - Method in class mil.nga.tiff.FileDirectory
-
Set an unsigned integer list of values for the field tag type
- setUnsignedLongEntryValue(FieldTagType, long) - Method in class mil.nga.tiff.FileDirectory
-
Set an unsigned long entry value for the field tag type
- setUnsignedLongListEntryValue(FieldTagType, List<Long>) - Method in class mil.nga.tiff.FileDirectory
-
Set an unsigned long list of values for the field tag type
- setWriteRasters(Rasters) - Method in class mil.nga.tiff.FileDirectory
-
Set the rasters for writing a TIFF file
- setXResolution(List<Long>) - Method in class mil.nga.tiff.FileDirectory
-
Set the x resolution
- setXResolution(long) - Method in class mil.nga.tiff.FileDirectory
-
Set a single value x resolution
- setYResolution(List<Long>) - Method in class mil.nga.tiff.FileDirectory
-
Set the y resolution
- setYResolution(long) - Method in class mil.nga.tiff.FileDirectory
-
Set a single value y resolution
- size() - Method in class mil.nga.tiff.FileDirectory
-
Size in bytes of the Image File Directory (all contiguous)
- size() - Method in class mil.nga.tiff.io.ByteWriter
-
Get the current size in bytes written
- size() - Method in class mil.nga.tiff.Rasters
-
Size in bytes of the image
- sizeHeaderAndDirectories() - Method in class mil.nga.tiff.TIFFImage
-
Size in bytes of the TIFF header and file directories with their entries
- sizeHeaderAndDirectoriesWithValues() - Method in class mil.nga.tiff.TIFFImage
-
Size in bytes of the TIFF header and file directories with their entries
and entry values
- sizeOfValues() - Method in class mil.nga.tiff.FileDirectoryEntry
-
Size of the values not included in the directory entry bytes
- sizePixel() - Method in class mil.nga.tiff.Rasters
-
Size in bytes of a pixel
- sizeWithValues() - Method in class mil.nga.tiff.FileDirectory
-
Size in bytes of the image file directory including entry values (not
contiguous bytes)
- sizeWithValues() - Method in class mil.nga.tiff.FileDirectoryEntry
-
Size in bytes of the image file directory entry and its values (not
contiguous bytes)
- streamBytes(InputStream) - Static method in class mil.nga.tiff.io.IOUtils
-
Get the stream bytes
- SUBFILE_TYPE_FULL - Static variable in class mil.nga.tiff.util.TiffConstants
-
- SUBFILE_TYPE_REDUCED - Static variable in class mil.nga.tiff.util.TiffConstants
-