- java.lang.Object
-
- javax.imageio.plugins.tiff.TIFFTagSet
-
- javax.imageio.plugins.tiff.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 theTIFFImageReadParam.addAllowedTagSet
method if Exif support is desired.- Since:
- 9
-
-
Field Summary
Fields Modifier and Type Field Description static int
TAG_EXIF_IFD_POINTER
Tag pointing to the Exif IFD (type LONG).static int
TAG_GPS_INFO_IFD_POINTER
Tag pointing to a GPS info IFD (type LONG).
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExifParentTIFFTagSet
getInstance()
Returns a shared instance of anExifParentTIFFTagSet
.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from class javax.imageio.plugins.tiff.TIFFTagSet
getTag, getTag, getTagNames, getTagNumbers
-
-
-
-
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 anExifParentTIFFTagSet
.- Returns:
- an
ExifParentTIFFTagSet
instance.
-
-