Class TagSet

java.lang.Object
org.monte.media.tiff.TagSet
Direct Known Subclasses:
BaselineTagSet, EXIFTagSet, FujifilmMakerNoteTagSet, GPSTagSet, ImageTagSet, InteroperabilityTagSet, MPEntryTagSet, MPFTagSet, SonyMakerNoteTagSet, TrackTagSet

public abstract class TagSet extends Object
A class representing a set of TIFF tags. Each tag in the set must have a unique number (this is a limitation of the TIFF specification itself).

This class and its subclasses are responsible for mapping between raw tag numbers and TIFFTag objects, which contain additional information about each tag, such as the tag's name, legal data types, and mnemonic names for some or all of its data values.

Author:
Werner Randelshofer
  • Constructor Details

  • Method Details

    • getTag

      public TIFFTag getTag(int tagNumber)
      Returns the TIFFTag from this set that is associated with the given tag number.
      Returns a TIFFTag with name "unknown" if the tag is not defined.
    • getName

      public String getName()
      Returns:
      the name