com.sun.media.imageio.plugins.tiff

Class EXIFInteroperabilityTagSet

public class EXIFInteroperabilityTagSet extends TIFFTagSet

A class representing the tags found in an EXIF Interoperability IFD.

See Also: EXIFTIFFTagSet

Field Summary
static StringINTEROPERABILITY_INDEX_R98
A value to be used with the "InteroperabilityIndex" tag.
static StringINTEROPERABILITY_INDEX_THM
A value to be used with the "InteroperabilityIndex" tag.
static intTAG_INTEROPERABILITY_INDEX
A tag indicating the identification of the Interoperability rule (type ASCII).
Method Summary
static EXIFInteroperabilityTagSetgetInstance()
Returns the shared instance of EXIFInteroperabilityTagSet.

Field Detail

INTEROPERABILITY_INDEX_R98

public static final String INTEROPERABILITY_INDEX_R98
A value to be used with the "InteroperabilityIndex" tag. Indicates a file conforming to the R98 file specification of Recommended Exif Interoperability Rules (ExifR98) or to the DCF basic file stipulated by the Design Rule for Camera File System (type ASCII).

See Also: TAG_INTEROPERABILITY_INDEX

INTEROPERABILITY_INDEX_THM

public static final String INTEROPERABILITY_INDEX_THM
A value to be used with the "InteroperabilityIndex" tag. Indicates a file conforming to the DCF thumbnail file stipulated by the Design rule for Camera File System (type ASCII).

See Also: TAG_INTEROPERABILITY_INDEX

TAG_INTEROPERABILITY_INDEX

public static final int TAG_INTEROPERABILITY_INDEX
A tag indicating the identification of the Interoperability rule (type ASCII).

See Also: INTEROPERABILITY_INDEX_R98 INTEROPERABILITY_INDEX_THM

Method Detail

getInstance

public static EXIFInteroperabilityTagSet getInstance()
Returns the shared instance of EXIFInteroperabilityTagSet.

Returns: the EXIFInteroperabilityTagSet instance.