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

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).

Methods

Modifier and Type Method Description
static ExifParentTIFFTagSet getInstance()

Returns a shared instance of an ExifParentTIFFTagSet.

Methods declared in class javax.imageio.plugins.tiff.TIFFTagSet

getTag, getTag, getTagNames, getTagNumbers

Methods declared in class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Fields

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

Methods

getInstance

public static ExifParentTIFFTagSet getInstance()

Returns a shared instance of an ExifParentTIFFTagSet.

Returns:
an ExifParentTIFFTagSet instance.

© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/imageio/plugins/tiff/ExifParentTIFFTagSet.html