public class NikonType1MakernoteDescriptor extends TagDescriptor
NikonType1MakernoteDirectory
.
Type-1 is for E-Series cameras prior to (not including) E990. For example: E700, E800, E900,
E900S, E910, E950.
MakerNote 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 01 00-05 00 02 00 02 00 06 00 Nikon...........
:0010: 00 00 EC 02 00 00 03 00-03 00 01 00 00 00 06 00 ................
_directory
Constructor and Description |
---|
NikonType1MakernoteDescriptor(Directory directory) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCcdSensitivityDescription() |
java.lang.String |
getColorModeDescription() |
java.lang.String |
getConverterDescription() |
java.lang.String |
getDescription(int tagType)
Returns a descriptive value of the the specified tag for this image.
|
java.lang.String |
getDigitalZoomDescription() |
java.lang.String |
getFocusDescription() |
java.lang.String |
getImageAdjustmentDescription() |
java.lang.String |
getQualityDescription() |
java.lang.String |
getWhiteBalanceDescription() |
public NikonType1MakernoteDescriptor(Directory directory)
public java.lang.String getDescription(int tagType) throws MetadataException
TagDescriptor
This and getString(int) are the only 'get' methods that won't throw an exception.
getDescription
in class TagDescriptor
tagType
- the tag to find a description fornull
if the tag hasn't been defined.MetadataException
public java.lang.String getConverterDescription() throws MetadataException
MetadataException
public java.lang.String getDigitalZoomDescription() throws MetadataException
MetadataException
public java.lang.String getFocusDescription() throws MetadataException
MetadataException
public java.lang.String getWhiteBalanceDescription() throws MetadataException
MetadataException
public java.lang.String getCcdSensitivityDescription() throws MetadataException
MetadataException
public java.lang.String getImageAdjustmentDescription() throws MetadataException
MetadataException
public java.lang.String getColorModeDescription() throws MetadataException
MetadataException
public java.lang.String getQualityDescription() throws MetadataException
MetadataException
Copyright © 2006 Drew Noakes. All Rights Reserved.