A B C D E F G H I J L M N O P R S T U V W X Y 
All Classes All Packages

A

add(FileDirectory) - Method in class mil.nga.tiff.TIFFImage
Add a file directory
addEntry(FileDirectoryEntry) - Method in class mil.nga.tiff.FileDirectory
Add an entry
addToInterleave(int, int, Number) - Method in class mil.nga.tiff.Rasters
Add a value to the interleaved results
addToSample(int, int, Number) - Method in class mil.nga.tiff.Rasters
Add a value to the sample results
ApertureValue - mil.nga.tiff.FieldTagType
 
Artist - mil.nga.tiff.FieldTagType
 
ASCII - mil.nga.tiff.FieldType
8-bit byte that contains a 7-bit ASCII code; the last byte must be NUL (binary zero)

B

BadFaxLines - mil.nga.tiff.FieldTagType
 
BitsPerSample - mil.nga.tiff.FieldTagType
 
BYTE - mil.nga.tiff.FieldType
8-bit unsigned integer
BYTE_ORDER_BIG_ENDIAN - Static variable in class mil.nga.tiff.util.TiffConstants
Big Endian byte order string
BYTE_ORDER_LITTLE_ENDIAN - Static variable in class mil.nga.tiff.util.TiffConstants
Little Endian byte order string
byteLength() - Method in class mil.nga.tiff.io.ByteReader
Get the byte length
ByteReader - Class in mil.nga.tiff.io
Read through a byte array
ByteReader(byte[]) - Constructor for class mil.nga.tiff.io.ByteReader
Constructor
ByteReader(byte[], ByteOrder) - Constructor for class mil.nga.tiff.io.ByteReader
Constructor
ByteWriter - Class in mil.nga.tiff.io
Write a byte array
ByteWriter() - Constructor for class mil.nga.tiff.io.ByteWriter
Constructor
ByteWriter(ByteOrder) - Constructor for class mil.nga.tiff.io.ByteWriter
Constructor

C

calculateRowsPerStrip(int) - Method in class mil.nga.tiff.Rasters
Calculate the rows per strip to write
calculateRowsPerStrip(int, int) - Method in class mil.nga.tiff.Rasters
Calculate the rows per strip to write
CellLength - mil.nga.tiff.FieldTagType
 
CellWidth - mil.nga.tiff.FieldTagType
 
CleanFaxData - mil.nga.tiff.FieldTagType
 
ClipPath - mil.nga.tiff.FieldTagType
 
close() - Method in class mil.nga.tiff.io.ByteWriter
Close the byte writer
ColorMap - mil.nga.tiff.FieldTagType
 
ColorSpace - mil.nga.tiff.FieldTagType
 
compareTo(FileDirectoryEntry) - Method in class mil.nga.tiff.FileDirectoryEntry
Compression - mil.nga.tiff.FieldTagType
 
COMPRESSION_CCITT_HUFFMAN - Static variable in class mil.nga.tiff.util.TiffConstants
 
COMPRESSION_DEFLATE - Static variable in class mil.nga.tiff.util.TiffConstants
 
COMPRESSION_JPEG_NEW - Static variable in class mil.nga.tiff.util.TiffConstants
 
COMPRESSION_JPEG_OLD - Static variable in class mil.nga.tiff.util.TiffConstants
 
COMPRESSION_LZW - Static variable in class mil.nga.tiff.util.TiffConstants
 
COMPRESSION_NO - Static variable in class mil.nga.tiff.util.TiffConstants
 
COMPRESSION_PACKBITS - Static variable in class mil.nga.tiff.util.TiffConstants
 
COMPRESSION_PKZIP_DEFLATE - Static variable in class mil.nga.tiff.util.TiffConstants
Deprecated.
COMPRESSION_T4 - Static variable in class mil.nga.tiff.util.TiffConstants
 
COMPRESSION_T6 - Static variable in class mil.nga.tiff.util.TiffConstants
 
CompressionDecoder - Interface in mil.nga.tiff.compression
Compression decoder interface
CompressionEncoder - Interface in mil.nga.tiff.compression
Compression encoder interface.
ConsecutiveBadFaxLines - mil.nga.tiff.FieldTagType
 
COPY_BUFFER_SIZE - Static variable in class mil.nga.tiff.io.IOUtils
Copy stream buffer chunk size in bytes
copyFile(File, File) - Static method in class mil.nga.tiff.io.IOUtils
Copy a file to a file location
Copyright - mil.nga.tiff.FieldTagType
 
copyStream(InputStream, File) - Static method in class mil.nga.tiff.io.IOUtils
Copy an input stream to a file location
copyStream(InputStream, OutputStream) - Static method in class mil.nga.tiff.io.IOUtils
Copy an input stream to an output stream

D

DateTime - mil.nga.tiff.FieldTagType
 
DateTimeDigitized - mil.nga.tiff.FieldTagType
 
DateTimeOriginal - mil.nga.tiff.FieldTagType
 
decode(byte[], int, int, int, List<Integer>, int) - Static method in class mil.nga.tiff.compression.Predictor
Decode the predictor encoded bytes
decode(byte[], ByteOrder) - Method in interface mil.nga.tiff.compression.CompressionDecoder
Decode the bytes
decode(byte[], ByteOrder) - Method in class mil.nga.tiff.compression.DeflateCompression
Decode the bytes
decode(byte[], ByteOrder) - Method in class mil.nga.tiff.compression.LZWCompression
Decode the bytes
decode(byte[], ByteOrder) - Method in class mil.nga.tiff.compression.PackbitsCompression
Decode the bytes
decode(byte[], ByteOrder) - Method in class mil.nga.tiff.compression.RawCompression
Decode the bytes
decode(byte[], ByteOrder) - Method in class mil.nga.tiff.compression.UnsupportedCompression
Decode the bytes
Decode - mil.nga.tiff.FieldTagType
 
DEFAULT_MAX_BYTES_PER_STRIP - Static variable in class mil.nga.tiff.util.TiffConstants
Default max bytes per strip when writing strips
DefaultImageColor - mil.nga.tiff.FieldTagType
 
DeflateCompression - Class in mil.nga.tiff.compression
Deflate Compression
DeflateCompression() - Constructor for class mil.nga.tiff.compression.DeflateCompression
 
DocumentName - mil.nga.tiff.FieldTagType
 
DotRange - mil.nga.tiff.FieldTagType
 
DOUBLE - mil.nga.tiff.FieldType
Double precision (8-byte) IEEE format

E

encode(byte[], ByteOrder) - Method in interface mil.nga.tiff.compression.CompressionEncoder
Encode the bytes
encode(byte[], ByteOrder) - Method in class mil.nga.tiff.compression.DeflateCompression
Encode the bytes
encode(byte[], ByteOrder) - Method in class mil.nga.tiff.compression.LZWCompression
Encode the bytes
encode(byte[], ByteOrder) - Method in class mil.nga.tiff.compression.PackbitsCompression
Encode the bytes
encode(byte[], ByteOrder) - Method in class mil.nga.tiff.compression.RawCompression
Encode the bytes
encode(byte[], ByteOrder) - Method in class mil.nga.tiff.compression.UnsupportedCompression
Encode the bytes
equals(Object) - Method in class mil.nga.tiff.FileDirectoryEntry
ExifIFD - mil.nga.tiff.FieldTagType
 
ExifVersion - mil.nga.tiff.FieldTagType
 
ExposureTime - mil.nga.tiff.FieldTagType
 
EXTRA_SAMPLES_ASSOCIATED_ALPHA - Static variable in class mil.nga.tiff.util.TiffConstants
 
EXTRA_SAMPLES_UNASSOCIATED_ALPHA - Static variable in class mil.nga.tiff.util.TiffConstants
 
EXTRA_SAMPLES_UNSPECIFIED - Static variable in class mil.nga.tiff.util.TiffConstants
 
ExtraSamples - mil.nga.tiff.FieldTagType
 

F

FieldTagType - Enum in mil.nga.tiff
Field Tag Types
FieldType - Enum in mil.nga.tiff
Field Types
FILE_IDENTIFIER - Static variable in class mil.nga.tiff.util.TiffConstants
TIFF File Identifier
fileBytes(File) - Static method in class mil.nga.tiff.io.IOUtils
Get the file bytes
FileDirectory - Class in mil.nga.tiff
File Directory, represents all directory entries and can be used to read the image raster
FileDirectory() - Constructor for class mil.nga.tiff.FileDirectory
Constructor, for writing TIFF files
FileDirectory(SortedSet<FileDirectoryEntry>, ByteReader) - Constructor for class mil.nga.tiff.FileDirectory
Constructor, for reading TIFF files
FileDirectory(SortedSet<FileDirectoryEntry>, ByteReader, boolean) - Constructor for class mil.nga.tiff.FileDirectory
Constructor, for reading TIFF files
FileDirectory(SortedSet<FileDirectoryEntry>, Rasters) - Constructor for class mil.nga.tiff.FileDirectory
Constructor, for writing TIFF files
FileDirectory(Rasters) - Constructor for class mil.nga.tiff.FileDirectory
Constructor, for writing TIFF files
FileDirectoryEntry - Class in mil.nga.tiff
TIFF File Directory Entry
FileDirectoryEntry(FieldTagType, FieldType, long, Object) - Constructor for class mil.nga.tiff.FileDirectoryEntry
Constructor
FileSource - mil.nga.tiff.FieldTagType
 
FILL_ORDER_LOWER_COLUMN_HIGHER_ORDER - Static variable in class mil.nga.tiff.util.TiffConstants
 
FILL_ORDER_LOWER_COLUMN_LOWER_ORDER - Static variable in class mil.nga.tiff.util.TiffConstants
 
FillOrder - mil.nga.tiff.FieldTagType
 
Flash - mil.nga.tiff.FieldTagType
 
FlashpixVersion - mil.nga.tiff.FieldTagType
 
FLOAT - mil.nga.tiff.FieldType
Single precision (4-byte) IEEE format
FNumber - mil.nga.tiff.FieldTagType
 
FreeByteCounts - mil.nga.tiff.FieldTagType
 
FreeOffsets - mil.nga.tiff.FieldTagType
 

G

GDAL_METADATA - mil.nga.tiff.FieldTagType
 
GDAL_NODATA - mil.nga.tiff.FieldTagType
 
GeoAsciiParams - mil.nga.tiff.FieldTagType
 
GeoDoubleParams - mil.nga.tiff.FieldTagType
 
GeoKeyDirectory - mil.nga.tiff.FieldTagType
 
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
getDoubleListEntryValue(FieldTagType) - Method in class mil.nga.tiff.FileDirectory
Get a double list entry value
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() - Method in class mil.nga.tiff.FileDirectoryEntry
Get the field type
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
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
getModelPixelScale() - Method in class mil.nga.tiff.FileDirectory
Get the model pixel scale
getModelTiepoint() - Method in class mil.nga.tiff.FileDirectory
Get the model tiepoint
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
getPredictor() - Method in class mil.nga.tiff.FileDirectory
Get the predictor
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() - 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().
getSampleFormat(FieldType) - Static method in enum mil.nga.tiff.FieldType
Get the sample format of the field type
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
 
GrayResponseCurve - mil.nga.tiff.FieldTagType
 
GrayResponseUnit - mil.nga.tiff.FieldTagType
 

H

HalftoneHints - mil.nga.tiff.FieldTagType
 
hasByte() - Method in class mil.nga.tiff.io.ByteReader
Check if there is at least one more byte left to read
hasByte(int) - Method in class mil.nga.tiff.io.ByteReader
Check if there is at least one more byte left to read
hasBytes(int) - Method in class mil.nga.tiff.io.ByteReader
Check if there are the provided number of bytes left to read
hasBytes(int, int) - Method in class mil.nga.tiff.io.ByteReader
Check if there are the provided number of bytes left to read
hashCode() - Method in class mil.nga.tiff.FileDirectoryEntry
hasInterleaveValues() - Method in class mil.nga.tiff.Rasters
True if the results are stored interleaved
hasSampleValues() - Method in class mil.nga.tiff.Rasters
True if the results are stored by samples
HEADER_BYTES - Static variable in class mil.nga.tiff.util.TiffConstants
TIFF header bytes
HostComputer - mil.nga.tiff.FieldTagType
 

I

ICCProfile - mil.nga.tiff.FieldTagType
 
IFD_ENTRY_BYTES - Static variable in class mil.nga.tiff.util.TiffConstants
Image File Directory entry bytes
IFD_HEADER_BYTES - Static variable in class mil.nga.tiff.util.TiffConstants
Image File Directory header / number of entries bytes
IFD_OFFSET_BYTES - Static variable in class mil.nga.tiff.util.TiffConstants
Image File Directory offset to the next IFD bytes
ImageDescription - mil.nga.tiff.FieldTagType
 
ImageLength - mil.nga.tiff.FieldTagType
 
ImageUniqueID - mil.nga.tiff.FieldTagType
 
ImageWidth - mil.nga.tiff.FieldTagType
 
ImageWindow - Class in mil.nga.tiff
Coordinates of a window over a portion or the entire image coordinates
ImageWindow(int, int) - Constructor for class mil.nga.tiff.ImageWindow
Constructor for a single coordinate
ImageWindow(int, int, int, int) - Constructor for class mil.nga.tiff.ImageWindow
Constructor
ImageWindow(FileDirectory) - Constructor for class mil.nga.tiff.ImageWindow
Constructor, full image size
Indexed - mil.nga.tiff.FieldTagType
 
IOUtils - Class in mil.nga.tiff.io
Input / Output utility methods
IOUtils() - Constructor for class mil.nga.tiff.io.IOUtils
 
IPTC - mil.nga.tiff.FieldTagType
 
isArray() - Method in enum mil.nga.tiff.FieldTagType
Is this field an array type
isTiled() - Method in class mil.nga.tiff.FileDirectory
Is this a tiled image

J

JPEGACTables - mil.nga.tiff.FieldTagType
 
JPEGDCTables - mil.nga.tiff.FieldTagType
 
JPEGInterchangeFormat - mil.nga.tiff.FieldTagType
 
JPEGInterchangeFormatLength - mil.nga.tiff.FieldTagType
 
JPEGLosslessPredictors - mil.nga.tiff.FieldTagType
 
JPEGPointTransforms - mil.nga.tiff.FieldTagType
 
JPEGProc - mil.nga.tiff.FieldTagType
 
JPEGQTables - mil.nga.tiff.FieldTagType
 
JPEGRestartInterval - mil.nga.tiff.FieldTagType
 
JPEGTables - mil.nga.tiff.FieldTagType
 

L

LightSource - mil.nga.tiff.FieldTagType
 
LONG - mil.nga.tiff.FieldType
32-bit (4-byte) unsigned integer
LZWCompression - Class in mil.nga.tiff.compression
LZW Compression
LZWCompression() - Constructor for class mil.nga.tiff.compression.LZWCompression
 

M

Make - mil.nga.tiff.FieldTagType
 
MakerNote - mil.nga.tiff.FieldTagType
 
MaxSampleValue - mil.nga.tiff.FieldTagType
 
mil.nga.tiff - package mil.nga.tiff
 
mil.nga.tiff.compression - package mil.nga.tiff.compression
 
mil.nga.tiff.io - package mil.nga.tiff.io
 
mil.nga.tiff.util - package mil.nga.tiff.util
 
MinSampleValue - mil.nga.tiff.FieldTagType
 
Model - mil.nga.tiff.FieldTagType
 
ModelPixelScale - mil.nga.tiff.FieldTagType
 
ModelTiepoint - mil.nga.tiff.FieldTagType
 
ModelTransformation - mil.nga.tiff.FieldTagType
 

N

NewSubfileType - mil.nga.tiff.FieldTagType
 
numEntries() - Method in class mil.nga.tiff.FileDirectory
Get the number of entries

O

Orientation - mil.nga.tiff.FieldTagType
 
ORIENTATION_BOTTOM_ROW_LEFT_COLUMN - Static variable in class mil.nga.tiff.util.TiffConstants
 
ORIENTATION_BOTTOM_ROW_RIGHT_COLUMN - Static variable in class mil.nga.tiff.util.TiffConstants
 
ORIENTATION_LEFT_ROW_BOTTOM_COLUMN - Static variable in class mil.nga.tiff.util.TiffConstants
 
ORIENTATION_LEFT_ROW_TOP_COLUMN - Static variable in class mil.nga.tiff.util.TiffConstants
 
ORIENTATION_RIGHT_ROW_BOTTOM_COLUMN - Static variable in class mil.nga.tiff.util.TiffConstants
 
ORIENTATION_RIGHT_ROW_TOP_COLUMN - Static variable in class mil.nga.tiff.util.TiffConstants
 
ORIENTATION_TOP_ROW_LEFT_COLUMN - Static variable in class mil.nga.tiff.util.TiffConstants
 
ORIENTATION_TOP_ROW_RIGHT_COLUMN - Static variable in class mil.nga.tiff.util.TiffConstants
 

P

PackbitsCompression - Class in mil.nga.tiff.compression
Packbits Compression
PackbitsCompression() - Constructor for class mil.nga.tiff.compression.PackbitsCompression
 
PageName - mil.nga.tiff.FieldTagType
 
PageNumber - mil.nga.tiff.FieldTagType
 
PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO - Static variable in class mil.nga.tiff.util.TiffConstants
 
PHOTOMETRIC_INTERPRETATION_PALETTE - Static variable in class mil.nga.tiff.util.TiffConstants
 
PHOTOMETRIC_INTERPRETATION_RGB - Static variable in class mil.nga.tiff.util.TiffConstants
 
PHOTOMETRIC_INTERPRETATION_TRANSPARENCY - Static variable in class mil.nga.tiff.util.TiffConstants
 
PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO - Static variable in class mil.nga.tiff.util.TiffConstants
 
PhotometricInterpretation - mil.nga.tiff.FieldTagType
 
Photoshop - mil.nga.tiff.FieldTagType
 
PLANAR_CONFIGURATION_CHUNKY - Static variable in class mil.nga.tiff.util.TiffConstants
 
PLANAR_CONFIGURATION_PLANAR - Static variable in class mil.nga.tiff.util.TiffConstants
 
PlanarConfiguration - mil.nga.tiff.FieldTagType
 
Predictor - Class in mil.nga.tiff.compression
Differencing Predictor decoder
Predictor - mil.nga.tiff.FieldTagType
 
Predictor() - Constructor for class mil.nga.tiff.compression.Predictor
 
PREDICTOR_FLOATINGPOINT - Static variable in class mil.nga.tiff.util.TiffConstants
 
PREDICTOR_HORIZONTAL - Static variable in class mil.nga.tiff.util.TiffConstants
 
PREDICTOR_NO - Static variable in class mil.nga.tiff.util.TiffConstants
 
PrimaryChromaticities - mil.nga.tiff.FieldTagType
 

R

Rasters - Class in mil.nga.tiff
Raster image values
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, 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, FieldType[]) - 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[]) - 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, FieldType[], ByteOrder) - Constructor for class mil.nga.tiff.Rasters
Constructor
RATIONAL - mil.nga.tiff.FieldType
Two LONGs: the first represents the numerator of a fraction; the second, the denominator
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(int[]) - 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(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(boolean, boolean) - Method in class mil.nga.tiff.FileDirectory
Read the rasters
readRasters(int[]) - 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) - 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(ImageWindow, int[]) - 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(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(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(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
ReferenceBlackWhite - mil.nga.tiff.FieldTagType
 
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
 
ResolutionUnit - mil.nga.tiff.FieldTagType
 
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
rowEncoding() - Method in class mil.nga.tiff.compression.UnsupportedCompression
True to encode on a per row basis, false to encode on a per block / strip basis
RowsPerStrip - mil.nga.tiff.FieldTagType
 

S

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
 
SampleFormat - mil.nga.tiff.FieldTagType
 
SamplesPerPixel - mil.nga.tiff.FieldTagType
 
SBYTE - mil.nga.tiff.FieldType
An 8-bit signed (twos-complement) integer
setBitsPerSample(int) - Method in class mil.nga.tiff.FileDirectory
Set a single value bits per sample
setBitsPerSample(List<Integer>) - Method in class mil.nga.tiff.FileDirectory
Set the 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(int) - Method in class mil.nga.tiff.FileDirectory
Set a single value color map
setColorMap(List<Integer>) - Method in class mil.nga.tiff.FileDirectory
Set the color map
setCompression(int) - Method in class mil.nga.tiff.FileDirectory
Set the compression
setDoubleListEntryValue(FieldTagType, List<Double>) - Method in class mil.nga.tiff.FileDirectory
Set a double list entry value
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
setModelPixelScale(List<Double>) - Method in class mil.nga.tiff.FileDirectory
Set the model pixel scale
setModelTiepoint(List<Double>) - Method in class mil.nga.tiff.FileDirectory
Set the model tiepoint
setNextByte(long) - 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
setPredictor(int) - Method in class mil.nga.tiff.FileDirectory
Set the predictor
setRationalEntryValue(FieldTagType, List<Long>) - Method in class mil.nga.tiff.FileDirectory
Set rational value for the field tag type
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(int) - Method in class mil.nga.tiff.FileDirectory
Set a single value sample format
setSampleFormat(List<Integer>) - Method in class mil.nga.tiff.FileDirectory
Set the 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(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
setStripByteCounts(List<Integer>) - Method in class mil.nga.tiff.FileDirectory
Set the strip byte counts
setStripByteCountsAsLongs(List<Long>) - Method in class mil.nga.tiff.FileDirectory
Set the strip byte counts
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
setStripOffsets(List<Integer>) - Method in class mil.nga.tiff.FileDirectory
Set the strip offsets
setStripOffsetsAsLongs(List<Long>) - Method in class mil.nga.tiff.FileDirectory
Set the strip offsets
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
setTileByteCounts(List<Integer>) - Method in class mil.nga.tiff.FileDirectory
Set the tile byte counts
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(long) - Method in class mil.nga.tiff.FileDirectory
Set a single value tile offset
setTileOffsets(List<Long>) - Method in class mil.nga.tiff.FileDirectory
Set the tile offsets
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(long) - Method in class mil.nga.tiff.FileDirectory
Set a single value x resolution
setXResolution(List<Long>) - Method in class mil.nga.tiff.FileDirectory
Set the x resolution
setYResolution(long) - Method in class mil.nga.tiff.FileDirectory
Set a single value y resolution
setYResolution(List<Long>) - Method in class mil.nga.tiff.FileDirectory
Set the y resolution
SHORT - mil.nga.tiff.FieldType
16-bit (2-byte) unsigned integer
ShutterSpeedValue - mil.nga.tiff.FieldTagType
 
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)
SLONG - mil.nga.tiff.FieldType
A 32-bit (4-byte) signed (twos-complement) integer
SMaxSampleValue - mil.nga.tiff.FieldTagType
 
SMinSampleValue - mil.nga.tiff.FieldTagType
 
Software - mil.nga.tiff.FieldTagType
 
SRATIONAL - mil.nga.tiff.FieldType
Two SLONG’s: the first represents the numerator of a fraction, the second the denominator
SSHORT - mil.nga.tiff.FieldType
A 16-bit (2-byte) signed (twos-complement) integer
streamBytes(InputStream) - Static method in class mil.nga.tiff.io.IOUtils
Get the stream bytes
StripByteCounts - mil.nga.tiff.FieldTagType
 
StripOffsets - mil.nga.tiff.FieldTagType
 
StripRowCounts - mil.nga.tiff.FieldTagType
 
SUBFILE_TYPE_FULL - Static variable in class mil.nga.tiff.util.TiffConstants
 
SUBFILE_TYPE_REDUCED - Static variable in class mil.nga.tiff.util.TiffConstants
 
SubfileType - mil.nga.tiff.FieldTagType
 
SubIFDs - mil.nga.tiff.FieldTagType
 

T

T4Options - mil.nga.tiff.FieldTagType
 
T6Options - mil.nga.tiff.FieldTagType
 
Threshholding - mil.nga.tiff.FieldTagType
 
THRESHHOLDING_NO - Static variable in class mil.nga.tiff.util.TiffConstants
 
THRESHHOLDING_ORDERED - Static variable in class mil.nga.tiff.util.TiffConstants
 
THRESHHOLDING_RANDOM - Static variable in class mil.nga.tiff.util.TiffConstants
 
TiffConstants - Class in mil.nga.tiff.util
TIFF Constants
TiffConstants() - Constructor for class mil.nga.tiff.util.TiffConstants
 
TiffException - Exception in mil.nga.tiff.util
TIFF exception
TiffException() - Constructor for exception mil.nga.tiff.util.TiffException
Constructor
TiffException(String) - Constructor for exception mil.nga.tiff.util.TiffException
Constructor
TiffException(String, Throwable) - Constructor for exception mil.nga.tiff.util.TiffException
Constructor
TiffException(Throwable) - Constructor for exception mil.nga.tiff.util.TiffException
Constructor
TIFFImage - Class in mil.nga.tiff
TIFF Image containing the File Directories
TIFFImage() - Constructor for class mil.nga.tiff.TIFFImage
Constructor
TIFFImage(List<FileDirectory>) - Constructor for class mil.nga.tiff.TIFFImage
Constructor, multiple file directories
TIFFImage(FileDirectory) - Constructor for class mil.nga.tiff.TIFFImage
Constructor, single file directory
TiffReader - Class in mil.nga.tiff
TIFF reader
TiffReader() - Constructor for class mil.nga.tiff.TiffReader
 
TiffWriter - Class in mil.nga.tiff
TIFF Writer.
TiffWriter() - Constructor for class mil.nga.tiff.TiffWriter
 
TileByteCounts - mil.nga.tiff.FieldTagType
 
TileLength - mil.nga.tiff.FieldTagType
 
TileOffsets - mil.nga.tiff.FieldTagType
 
TileWidth - mil.nga.tiff.FieldTagType
 
toString() - Method in class mil.nga.tiff.ImageWindow
TransferFunction - mil.nga.tiff.FieldTagType
 

U

UNDEFINED - mil.nga.tiff.FieldType
An 8-bit byte that may contain anything, depending on the definition of the field
UnsupportedCompression - Class in mil.nga.tiff.compression
Unsupported compression
UnsupportedCompression(String) - Constructor for class mil.nga.tiff.compression.UnsupportedCompression
Constructor
UserComment - mil.nga.tiff.FieldTagType
 

V

valueOf(String) - Static method in enum mil.nga.tiff.FieldTagType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum mil.nga.tiff.FieldType
Returns the enum constant of this type with the specified name.
values() - Static method in enum mil.nga.tiff.FieldTagType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum mil.nga.tiff.FieldType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WhitePoint - mil.nga.tiff.FieldTagType
 
writeByte(byte) - Method in class mil.nga.tiff.io.ByteWriter
Write a byte
writeBytes(byte[]) - Method in class mil.nga.tiff.io.ByteWriter
Write the bytes
writeDouble(double) - Method in class mil.nga.tiff.io.ByteWriter
Write a double
writeFloat(float) - Method in class mil.nga.tiff.io.ByteWriter
Write a float
writeInt(int) - Method in class mil.nga.tiff.io.ByteWriter
Write an integer
writeShort(short) - Method in class mil.nga.tiff.io.ByteWriter
Write a short
writeString(String) - Method in class mil.nga.tiff.io.ByteWriter
Write a String
writeTiff(File, ByteWriter, TIFFImage) - Static method in class mil.nga.tiff.TiffWriter
Write a TIFF to a file
writeTiff(File, TIFFImage) - Static method in class mil.nga.tiff.TiffWriter
Write a TIFF to a file
writeTiff(ByteWriter, TIFFImage) - Static method in class mil.nga.tiff.TiffWriter
Write a TIFF to a byte writer
writeTiffToBytes(ByteWriter, TIFFImage) - Static method in class mil.nga.tiff.TiffWriter
Write a TIFF to bytes
writeTiffToBytes(TIFFImage) - Static method in class mil.nga.tiff.TiffWriter
Write a TIFF to bytes
writeUnsignedByte(short) - Method in class mil.nga.tiff.io.ByteWriter
Write an unsigned byte
writeUnsignedInt(long) - Method in class mil.nga.tiff.io.ByteWriter
Write an unsigned int
writeUnsignedShort(int) - Method in class mil.nga.tiff.io.ByteWriter
Write an unsigned short

X

XClipPathUnits - mil.nga.tiff.FieldTagType
 
XMP - mil.nga.tiff.FieldTagType
 
XPosition - mil.nga.tiff.FieldTagType
 
XResolution - mil.nga.tiff.FieldTagType
 

Y

YCbCrCoefficients - mil.nga.tiff.FieldTagType
 
YCbCrPositioning - mil.nga.tiff.FieldTagType
 
YCbCrSubSampling - mil.nga.tiff.FieldTagType
 
YClipPathUnits - mil.nga.tiff.FieldTagType
 
YPosition - mil.nga.tiff.FieldTagType
 
YResolution - mil.nga.tiff.FieldTagType
 
A B C D E F G H I J L M N O P R S T U V W X Y 
All Classes All Packages