Uses of Class
mil.nga.tiff.TIFFImage
-
Packages that use TIFFImage Package Description mil.nga.tiff -
-
Uses of TIFFImage in mil.nga.tiff
Methods in mil.nga.tiff that return TIFFImage Modifier and Type Method Description static TIFFImage
TiffReader. readTiff(byte[] bytes)
Read a TIFF from the bytesstatic TIFFImage
TiffReader. readTiff(byte[] bytes, boolean cache)
Read a TIFF from the bytesstatic TIFFImage
TiffReader. readTiff(File file)
Read a TIFF from a filestatic TIFFImage
TiffReader. readTiff(File file, boolean cache)
Read a TIFF from a filestatic TIFFImage
TiffReader. readTiff(InputStream stream)
Read a TIFF from an input streamstatic TIFFImage
TiffReader. readTiff(InputStream stream, boolean cache)
Read a TIFF from an input streamstatic TIFFImage
TiffReader. readTiff(ByteReader reader)
Read a TIFF from the byte readerstatic TIFFImage
TiffReader. 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 void
TiffWriter. writeTiff(File file, ByteWriter writer, TIFFImage tiffImage)
Write a TIFF to a filestatic void
TiffWriter. writeTiff(File file, TIFFImage tiffImage)
Write a TIFF to a filestatic void
TiffWriter. 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
-