Uses of Class
org.libtiff.jai.codec.XTIFFField
Packages that use XTIFFField
-
Uses of XTIFFField in org.geotiff.image.jai
Methods in org.geotiff.image.jai that return XTIFFFieldModifier and TypeMethodDescriptionGeoTIFFDirectory.getFields()Returns an array of XTIFFFields containing all the fields in this directory.GeoTIFFDirectory.getGeoKey(int key) Indexed Accessor to the Geokeys,indexed by the key values.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 XTIFFFieldModifier and TypeMethodDescriptionvoidGeoTIFFDirectory.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 XTIFFFieldModifier and TypeMethodDescriptionstatic XTIFFFieldXTIFFDirectory.createField(int tag, int type, int count, Object obj) Create a TIFF fieldXTIFFFactory.createField(int tag, int type, int count, Object obj) Constructs an XTIFFField from valuesXTIFFDirectory.getField(int tag) Returns the value of a given tag as a XTIFFField, or null if the tag is not present.XTIFFDirectory.getFields()Returns an array of XTIFFFields containing all the fields in this directory.Methods in org.libtiff.jai.codec with parameters of type XTIFFFieldModifier and TypeMethodDescriptionvoidXTIFFDirectory.addField(XTIFFField field) Add an existing TIFF field to this directory.