Uses of Class
it.geosolutions.imageio.plugins.tiff.TIFFField

Packages that use TIFFField
it.geosolutions.imageio.plugins.tiff Package containing the public classes used by the TIFF plug-in for the Image I/O Framework. 
it.geosolutions.imageioimpl.plugins.tiff   
 

Uses of TIFFField in it.geosolutions.imageio.plugins.tiff
 

Methods in it.geosolutions.imageio.plugins.tiff that return TIFFField
static TIFFField TIFFField.createFromMetadataNode(TIFFTagSet tagSet, Node node)
          Creates a TIFFField from a TIFF native image metadata node.
 TIFFField TIFFDirectory.getTIFFField(int tagNumber)
          Retrieves a TIFF field from the directory.
 TIFFField[] TIFFDirectory.getTIFFFields()
          Retrieves all TIFF fields from the directory.
 

Methods in it.geosolutions.imageio.plugins.tiff with parameters of type TIFFField
 void TIFFDirectory.addTIFFField(TIFFField f)
          Adds a TIFF field to the directory.
 

Uses of TIFFField in it.geosolutions.imageioimpl.plugins.tiff
 

Methods in it.geosolutions.imageioimpl.plugins.tiff that return TIFFField
 TIFFField TIFFImageMetadata.getTIFFField(int tagNumber)
           
 

Constructors in it.geosolutions.imageioimpl.plugins.tiff with parameters of type TIFFField
TIFFFieldNode(TIFFField field)
           
 



Copyright © 2006-2010 GeoSolutions. All Rights Reserved.