public class NikonType1MakernoteDescriptor extends TagDescriptor<NikonType1MakernoteDirectory>
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(NikonType1MakernoteDirectory 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 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() |
convertBytesToVersionString, get7BitStringFromBytes, getBitFlagDescription, getByteLengthDescription, getDecimalRational, getEpochTimeDescription, getFocalLengthDescription, getFormattedFloat, getFormattedInt, getFormattedString, getFStopDescription, getIndexedDescription, getIndexedDescription, getLensSpecificationDescription, getLightSourceDescription, getOrientationDescription, getRationalOrDoubleString, getShutterSpeedDescription, getSimpleRational, getStringFromBytes, getVersionBytesDescriptionpublic NikonType1MakernoteDescriptor(NikonType1MakernoteDirectory directory)
public java.lang.String getDescription(int tagType)
TagDescriptorgetString(tagType) will be returned.getDescription in class TagDescriptor<NikonType1MakernoteDirectory>tagType - the tag to find a description fornull if the tag hasn't been defined.public java.lang.String getConverterDescription()
public java.lang.String getDigitalZoomDescription()
public java.lang.String getFocusDescription()
public java.lang.String getWhiteBalanceDescription()
public java.lang.String getCcdSensitivityDescription()
public java.lang.String getImageAdjustmentDescription()
public java.lang.String getColorModeDescription()
public java.lang.String getQualityDescription()