NikonType3MakernoteDescriptor Class Reference

Inherits com::drew::metadata::TagDescriptor.

Collaboration diagram for NikonType3MakernoteDescriptor:

Collaboration graph
[legend]

List of all members.

Public Member Functions

String getColorModeDescription ()
String getDescription (int tagType) throws MetadataException
String getHueAdjustmentDescription ()
String getLensDescription () throws MetadataException
 NikonType3MakernoteDescriptor (Directory directory)


Detailed Description

There are 3 formats of Nikon's MakerNote. MakerNote of E700/E800/E900/E900S/E910/E950 starts from ASCII string "Nikon". Data format is the same as IFD, but it starts from offset 0x08. This is the same as Olympus except start string. Example of actual data structure is shown below.

 :0000: 4E 69 6B 6F 6E 00 02 00-00 00 4D 4D 00 2A 00 00 Nikon....MM.*...
 :0010: 00 08 00 1E 00 01 00 07-00 00 00 04 30 32 30 30 ............0200
 

Constructor & Destructor Documentation


Member Function Documentation

String getColorModeDescription (  ) 

String getDescription ( int  tagType  )  throws MetadataException [virtual]

Returns a descriptive value of the the specified tag for this image. Where possible, known values will be substituted here in place of the raw tokens actually kept in the Exif segment. If no substitution is available, the value provided by getString(int) will be returned.

This and getString(int) are the only 'get' methods that won't throw an exception.

Parameters:
tagType the tag to find a description for
Returns:
a description of the image's value for the specified tag, or null if the tag hasn't been defined.

Implements TagDescriptor.

String getHueAdjustmentDescription (  ) 

String getLensDescription (  )  throws MetadataException


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:42:30 2012 for Project Wonder by  doxygen 1.5.8