Skip navigation links
A B C D E F G H I L M N O P R S T V W 

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, 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

B

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
close() - Method in class mil.nga.tiff.io.ByteWriter
Close the byte writer
compareTo(FileDirectoryEntry) - Method in class mil.nga.tiff.FileDirectoryEntry
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_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.
copyFile(File, File) - Static method in class mil.nga.tiff.io.IOUtils
Copy a file to a file location
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

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
DEFAULT_MAX_BYTES_PER_STRIP - Static variable in class mil.nga.tiff.util.TiffConstants
Default max bytes per strip when writing strips
DeflateCompression - Class in mil.nga.tiff.compression
Deflate Compression
DeflateCompression() - Constructor for class mil.nga.tiff.compression.DeflateCompression
 

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
equals(Object) - Method in class mil.nga.tiff.FileDirectoryEntry
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
 

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(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() - 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
FileDirectory(SortedSet<FileDirectoryEntry>, 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
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
 

G

get(FieldTagType) - Method in class mil.nga.tiff.FileDirectory
Get a file directory entry from the field tag type
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() - 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
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
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
getMaxBitsPerSample() - Method in class mil.nga.tiff.FileDirectory
Get the max bits per sample
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
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
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() - Method in class mil.nga.tiff.FileDirectory
Get the sample format
getSampleIndex(int, int) - Method in class mil.nga.tiff.Rasters
Get the sample index location
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
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
 

H

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

I

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
ImageWindow - Class in mil.nga.tiff
Coordinates of a window over a portion or the entire image coordinates
ImageWindow(int, int, int, int) - Constructor for class mil.nga.tiff.ImageWindow
Constructor
ImageWindow(int, int) - Constructor for class mil.nga.tiff.ImageWindow
Constructor for a single coordinate
ImageWindow(FileDirectory) - Constructor for class mil.nga.tiff.ImageWindow
Constructor, full image size
IOUtils - Class in mil.nga.tiff.io
Input / Output utility methods
IOUtils() - Constructor for class mil.nga.tiff.io.IOUtils
 
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

L

LZWCompression - Class in mil.nga.tiff.compression
LZW Compression
LZWCompression() - Constructor for class mil.nga.tiff.compression.LZWCompression
 

M

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
 

N

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

O

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
 
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
 
PLANAR_CONFIGURATION_CHUNKY - Static variable in class mil.nga.tiff.util.TiffConstants
 
PLANAR_CONFIGURATION_PLANAR - Static variable in class mil.nga.tiff.util.TiffConstants
 

R

Rasters - Class in mil.nga.tiff
Raster image values
Rasters(int, int, int, List<Integer>, Number[][]) - Constructor for class mil.nga.tiff.Rasters
Constructor
Rasters(int, int, int, List<Integer>, Number[]) - Constructor for class mil.nga.tiff.Rasters
Constructor
Rasters(int, int, int, List<Integer>, Number[][], Number[]) - Constructor for class mil.nga.tiff.Rasters
Constructor
Rasters(int, int, int, List<Integer>) - Constructor for class mil.nga.tiff.Rasters
Constructor
Rasters(int, int, int, int) - 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

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
 
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(Number[]) - 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 vample 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(Number[][]) - Method in class mil.nga.tiff.Rasters
Set the results stored by samples
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
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
sizeSample(int) - Method in class mil.nga.tiff.Rasters
Size in bytes of a sample
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
 

T

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(FileDirectory) - Constructor for class mil.nga.tiff.TIFFImage
Constructor, single file directory
TIFFImage(List<FileDirectory>) - Constructor for class mil.nga.tiff.TIFFImage
Constructor, multiple file directories
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
 
toString() - Method in class mil.nga.tiff.ImageWindow

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

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, TIFFImage) - Static method in class mil.nga.tiff.TiffWriter
Write a TIFF to a file
writeTiff(File, ByteWriter, 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(TIFFImage) - Static method in class mil.nga.tiff.TiffWriter
Write a TIFF to bytes
writeTiffToBytes(ByteWriter, 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
A B C D E F G H I L M N O P R S T V W 
Skip navigation links

Copyright © 2016 National Geospatial-Intelligence Agency. All rights reserved.