|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object visad.data.tiff.LegacyTiffTools
public class LegacyTiffTools
A utility class for manipulating TIFF files.
Constructor Summary | |
---|---|
LegacyTiffTools()
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LegacyTiffTools()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |