public class LegacyTiffTools extends Object
Constructor and Description |
---|
LegacyTiffTools()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static int |
batoi(byte[] inp)
Deprecated.
Translates up to the first 4 bytes of a byte array to an integer.
|
static int[] |
getIFDArray(RandomAccessFile readIn,
Vector v)
Deprecated.
Items in an IFD can be pointers to arrays of data, and not just single
items.
|
static Hashtable |
getIFDHash(RandomAccessFile readIn)
Deprecated.
|
static Hashtable |
getIFDHash(RandomAccessFile readIn,
int block_id)
Deprecated.
|
static double[] |
getIFDRArray(RandomAccessFile readIn,
Vector v)
Deprecated.
Items in an IFD can be pointers to arrays of data, and not just single
items.
|
static int |
getIFDValue(Hashtable h,
int id)
Deprecated.
|
static int |
getPhotometricInterpretation(RandomAccessFile in)
Deprecated.
|
static int[] |
getTIFFDimensions(RandomAccessFile readIn)
Deprecated.
|
static boolean |
isIFDArray(Hashtable h,
int id)
Deprecated.
|
static byte[] |
lzwUncompress(byte[] input)
Deprecated.
|
static void |
main(String[] args)
Deprecated.
|
public static Hashtable getIFDHash(RandomAccessFile readIn) throws IOException
IOException
public static Hashtable getIFDHash(RandomAccessFile readIn, int block_id) throws IOException
IOException
public static int[] getIFDArray(RandomAccessFile readIn, Vector v) throws IOException
IOException
public static double[] getIFDRArray(RandomAccessFile readIn, Vector v) throws IOException
IOException
public static byte[] lzwUncompress(byte[] input) throws IOException
IOException
public static int getPhotometricInterpretation(RandomAccessFile in) throws IOException
IOException
public static int batoi(byte[] inp)
public static int[] getTIFFDimensions(RandomAccessFile readIn) throws IOException
IOException
public static int getIFDValue(Hashtable h, int id)
public static boolean isIFDArray(Hashtable h, int id)
public static void main(String[] args) throws IOException
IOException
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.