Class EXIFParentTIFFTagSet


  • public class EXIFParentTIFFTagSet
    extends TIFFTagSet
    A class containing the TIFF tags used to reference the EXIF and GPS IFDs. This tag set should be added to the root tag set by means of the TIFFImageReadParam.addAllowedTagSet method if EXIF support is desired.
    • Field Detail

      • TAG_EXIF_IFD_POINTER

        public static final int TAG_EXIF_IFD_POINTER
        Tag pointing to the EXIF IFD (type LONG).
        See Also:
        Constant Field Values
      • TAG_GPS_INFO_IFD_POINTER

        public static final int TAG_GPS_INFO_IFD_POINTER
        Tag pointing to a GPS info IFD (type LONG).
        See Also:
        Constant Field Values
      • tags

        private static java.util.List tags
    • Constructor Detail

      • EXIFParentTIFFTagSet

        private EXIFParentTIFFTagSet()
    • Method Detail

      • initTags

        private static void initTags()
      • getInstance

        public static EXIFParentTIFFTagSet getInstance()
        Returns a shared instance of an EXIFParentTIFFTagSet.
        Returns:
        an EXIFParentTIFFTagSet instance.