java.lang.Object
javax.imageio.plugins.tiff.TIFFTagSet
javax.imageio.plugins.tiff.ExifParentTIFFTagSet
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 Summary
Modifier and TypeFieldDescriptionstatic final int
Tag pointing to the Exif IFD (type LONG).static final int
Tag pointing to a GPS info IFD (type LONG). -
Method Summary
Modifier and TypeMethodDescriptionstatic ExifParentTIFFTagSet
Returns a shared instance of anExifParentTIFFTagSet
.Methods declared in class javax.imageio.plugins.tiff.TIFFTagSet
getTag, getTag, getTagNames, getTagNumbers
-
Field Details
-
TAG_EXIF_IFD_POINTER
public static final int TAG_EXIF_IFD_POINTERTag pointing to the Exif IFD (type LONG).- See Also:
-
TAG_GPS_INFO_IFD_POINTER
public static final int TAG_GPS_INFO_IFD_POINTERTag pointing to a GPS info IFD (type LONG).- See Also:
-
-
Method Details
-
getInstance
Returns a shared instance of anExifParentTIFFTagSet
.- Returns:
- an
ExifParentTIFFTagSet
instance.
-