Uses of Class
org.libtiff.jai.codec.XTIFFFactory
Packages that use XTIFFFactory
-
Uses of XTIFFFactory in org.geotiff.image.jai
Subclasses of XTIFFFactory in org.geotiff.image.jaiModifier and TypeClassDescriptionclassA factory object for a GeoTIFFDirectory and its corresponding XTIFFField class. -
Uses of XTIFFFactory in org.libtiff.jai.codec
Fields in org.libtiff.jai.codec declared as XTIFFFactoryModifier and TypeFieldDescriptionprotected static XTIFFFactoryXTIFFDirectory.factorydefault directory factoryMethods in org.libtiff.jai.codec with parameters of type XTIFFFactoryModifier and TypeMethodDescriptionstatic voidXTIFFDirectory.setFactory(XTIFFFactory fact) Set the XTIFFFactory, which is used to construct the XTIFFDirectory object assigned as a "tiff.directory" property in the resulting jai image.