Copyright 2011-01-06 Werner Randelshofer

ch.randelshofer.media.exif
Class InteroperabilityTagSet

java.lang.Object
  extended by ch.randelshofer.media.tiff.TagSet
      extended by ch.randelshofer.media.exif.InteroperabilityTagSet

public class InteroperabilityTagSet
extends TagSet

Enumeration of Interoperation EXIF tags.

Sources:

Exchangeable image file format for digital still cameras: EXIF Version 2.2. (April, 2002). Standard of Japan Electronics and Information Technology Industries Association. JEITA CP-3451. http://www.exif.org/Exif2-2.PDF

Multi-Picture Format (February 4, 2009). Standard of the Camera & Imaging Products Association. CIPA DC-007-Translation-2009. http://www.cipa.jp/english/hyoujunka/kikaku/pdf/DC-007_E.pdf

Version:
1.0 2010-07-24 Created.
Author:
Werner Randelshofer

Method Summary
static InteroperabilityTagSet getInstance()
          Returns a shared instance of a BaselineTIFFTagSet.
 
Methods inherited from class ch.randelshofer.media.tiff.TagSet
getName, getTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static InteroperabilityTagSet getInstance()
Returns a shared instance of a BaselineTIFFTagSet.


Copyright 2011-01-06 Werner Randelshofer