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

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

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

Subclasses of TIFFTagSet in it.geosolutions.imageio.plugins.tiff
 class BaselineTIFFTagSet
          A class representing the set of tags found in the baseline TIFF specification as well as some common additional tags.
 class EXIFGPSTagSet
          A class representing the tags found in an EXIF GPS Info IFD.
 class EXIFInteroperabilityTagSet
          A class representing the tags found in an EXIF Interoperability IFD.
 class EXIFParentTIFFTagSet
          A class containing the TIFF tags used to reference the EXIF and GPS IFDs.
 class EXIFTIFFTagSet
          A class representing the tags found in an EXIF IFD.
 class FaxTIFFTagSet
          A class representing the extra tags found in a TIFF-F (RFC 2036) file.
 class GeoTIFFTagSet
          A class representing the tags found in a GeoTIFF IFD.
 

Methods in it.geosolutions.imageio.plugins.tiff that return TIFFTagSet
 TIFFTagSet TIFFTag.getTagSet()
          Returns the TIFFTagSet of which this tag is a part.
 TIFFTagSet[] TIFFDirectory.getTagSets()
          Returns the TIFFTagSets of which this directory is aware.
 

Methods in it.geosolutions.imageio.plugins.tiff with parameters of type TIFFTagSet
 void TIFFImageReadParam.addAllowedTagSet(TIFFTagSet tagSet)
          Adds a TIFFTagSet object to the list of allowed tag sets.
 void TIFFDirectory.addTagSet(TIFFTagSet tagSet)
          Adds an element to the group of TIFFTagSets of which this directory is aware.
static TIFFField TIFFField.createFromMetadataNode(TIFFTagSet tagSet, Node node)
          Creates a TIFFField from a TIFF native image metadata node.
 void TIFFImageReadParam.removeAllowedTagSet(TIFFTagSet tagSet)
          Removes a TIFFTagSet object from the list of allowed tag sets.
 void TIFFDirectory.removeTagSet(TIFFTagSet tagSet)
          Removes an element from the group of TIFFTagSets of which this directory is aware.
 

Constructors in it.geosolutions.imageio.plugins.tiff with parameters of type TIFFTagSet
TIFFDirectory(TIFFTagSet[] tagSets, TIFFTag parentTag)
          Constructs a TIFFDirectory which is aware of a given group of TIFFTagSets.
TIFFTag(String name, int number, int dataTypes, TIFFTagSet tagSet)
          Constructs a TIFFTag with a given name, tag number, set of legal data types, and TIFFTagSet to which it refers.
 



Copyright © 2006-2010 GeoSolutions. All Rights Reserved.