|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.libtiff.jai.codec.XTIFFFactory
org.geotiff.image.jai.GeoTIFFFactory
public class GeoTIFFFactory
A factory object for a GeoTIFFDirectory and its corresponding XTIFFField class.
XTIFFDirectory,
XTIFFField,
Serialized Form| Constructor Summary | |
|---|---|
GeoTIFFFactory()
Default constructor |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.libtiff.jai.codec.XTIFFFactory |
|---|
createField |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeoTIFFFactory()
| Method Detail |
|---|
public 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.IOException
public 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||