Uses of Class
org.libtiff.jai.codec.XTIFFField
-
Packages that use XTIFFField Package Description org.geotiff.image.jai org.libtiff.jai.codec -
-
Uses of XTIFFField in org.geotiff.image.jai
Methods in org.geotiff.image.jai that return XTIFFField Modifier and Type Method Description XTIFFField[]
GeoTIFFDirectory. getFields()
Returns an array of XTIFFFields containing all the fields in this directory.XTIFFField
GeoTIFFDirectory. getGeoKey(int key)
Indexed Accessor to the Geokeys,indexed by the key values.XTIFFField[]
GeoTIFFDirectory. getGeoKeys()
Returns an array of XTIFFFields containing all the fields corresponding to the GeoKeys.Methods in org.geotiff.image.jai with parameters of type XTIFFField Modifier and Type Method Description void
GeoTIFFDirectory. addGeoKey(XTIFFField geoKey)
Add an existing geoKey to the directory. -
Uses of XTIFFField in org.libtiff.jai.codec
Methods in org.libtiff.jai.codec that return XTIFFField Modifier and Type Method Description static XTIFFField
XTIFFDirectory. createField(int tag, int type, int count, Object obj)
Create a TIFF fieldXTIFFField
XTIFFFactory. createField(int tag, int type, int count, Object obj)
Constructs an XTIFFField from valuesXTIFFField
XTIFFDirectory. getField(int tag)
Returns the value of a given tag as a XTIFFField, or null if the tag is not present.XTIFFField[]
XTIFFDirectory. getFields()
Returns an array of XTIFFFields containing all the fields in this directory.Methods in org.libtiff.jai.codec with parameters of type XTIFFField Modifier and Type Method Description void
XTIFFDirectory. addField(XTIFFField field)
Add an existing TIFF field to this directory.
-