Uses of Class
org.libtiff.jai.codec.XTIFFField

Packages that use XTIFFField
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
 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
 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
 XTIFFField XTIFFFactory.createField(int tag, int type, int count, java.lang.Object obj)
          Constructs an XTIFFField from values
static XTIFFField XTIFFDirectory.createField(int tag, int type, int count, java.lang.Object obj)
          Create a TIFF field
 XTIFFField 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
 void XTIFFDirectory.addField(XTIFFField field)
          Add an existing TIFF field to this directory.