Class EXIFParentTIFFTagSet
java.lang.Object
com.github.jaiimageio.plugins.tiff.TIFFTagSet
com.github.jaiimageio.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.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
(package private) static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Tag pointing to the EXIF IFD (type LONG).static final int
Tag pointing to a GPS info IFD (type LONG).private static List
private static EXIFParentTIFFTagSet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EXIFParentTIFFTagSet
Returns a shared instance of anEXIFParentTIFFTagSet
.private static void
initTags()
Methods inherited from class com.github.jaiimageio.plugins.tiff.TIFFTagSet
getTag, getTag, getTagNames, getTagNumbers
-
Field Details
-
theInstance
-
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:
-
tags
-
-
Constructor Details
-
EXIFParentTIFFTagSet
private EXIFParentTIFFTagSet()
-
-
Method Details
-
initTags
private static void initTags() -
getInstance
Returns a shared instance of anEXIFParentTIFFTagSet
.- Returns:
- an
EXIFParentTIFFTagSet
instance.
-