public class GeoTIFFFactory extends XTIFFFactory implements java.io.Serializable
XTIFFDirectory, 
XTIFFField, 
Serialized Form| Constructor and Description | 
|---|
GeoTIFFFactory()
Default constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
XTIFFDirectory | 
createDirectory()
Constructs an empty TIFFDirectory for writing 
 | 
XTIFFDirectory | 
createDirectory(com.sun.media.jai.codec.SeekableStream stream,
               int directory)
Constructs a TIFFDirectoryFactory from a SeekableStream. 
 | 
XTIFFDirectory | 
createDirectory(com.sun.media.jai.codec.SeekableStream stream,
               long ifd_offset)
Constructs a TIFFDirectory by reading a SeekableStream. 
 | 
createFieldpublic XTIFFDirectory createDirectory(com.sun.media.jai.codec.SeekableStream stream, int directory) throws java.io.IOException
createDirectory in class XTIFFFactorystream - a SeekableStream to read from.directory - the index of the directory to read.java.io.IOExceptionpublic XTIFFDirectory createDirectory(com.sun.media.jai.codec.SeekableStream stream, long ifd_offset) throws java.io.IOException
createDirectory in class XTIFFFactorystream - a SeekableStream to read from.ifd_offset - the long byte offset of the directory.java.io.IOExceptionpublic XTIFFDirectory createDirectory()
createDirectory in class XTIFFFactory