Uses of Class
mil.nga.tiff.TIFFImage
- 
Packages that use TIFFImage Package Description mil.nga.tiff 
- 
- 
Uses of TIFFImage in mil.nga.tiffMethods in mil.nga.tiff that return TIFFImage Modifier and Type Method Description static TIFFImageTiffReader. readTiff(byte[] bytes)Read a TIFF from the bytesstatic TIFFImageTiffReader. readTiff(byte[] bytes, boolean cache)Read a TIFF from the bytesstatic TIFFImageTiffReader. readTiff(File file)Read a TIFF from a filestatic TIFFImageTiffReader. readTiff(File file, boolean cache)Read a TIFF from a filestatic TIFFImageTiffReader. readTiff(InputStream stream)Read a TIFF from an input streamstatic TIFFImageTiffReader. readTiff(InputStream stream, boolean cache)Read a TIFF from an input streamstatic TIFFImageTiffReader. readTiff(ByteReader reader)Read a TIFF from the byte readerstatic TIFFImageTiffReader. readTiff(ByteReader reader, boolean cache)Read a TIFF from the byte readerMethods in mil.nga.tiff with parameters of type TIFFImage Modifier and Type Method Description static voidTiffWriter. writeTiff(File file, ByteWriter writer, TIFFImage tiffImage)Write a TIFF to a filestatic voidTiffWriter. writeTiff(File file, TIFFImage tiffImage)Write a TIFF to a filestatic voidTiffWriter. writeTiff(ByteWriter writer, TIFFImage tiffImage)Write a TIFF to a byte writerstatic byte[]TiffWriter. writeTiffToBytes(ByteWriter writer, TIFFImage tiffImage)Write a TIFF to bytesstatic byte[]TiffWriter. writeTiffToBytes(TIFFImage tiffImage)Write a TIFF to bytes
 
-