Module java.desktop

Class ExifParentTIFFTagSet


  • public final 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.
    Since:
    9
    • 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
    • Method Detail

      • getInstance

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