Class NikonType1MakernoteDescriptor
java.lang.Object
com.drew.metadata.TagDescriptor<NikonType1MakernoteDirectory>
com.drew.metadata.exif.makernotes.NikonType1MakernoteDescriptor
Provides human-readable string representations of tag values stored in a
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 ................
- Author:
- Drew Noakes https://drewnoakes.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDescription(int tagType) Returns a descriptive value of the specified tag for this image.Methods inherited from class com.drew.metadata.TagDescriptor
convertBytesToVersionString
-
Constructor Details
-
NikonType1MakernoteDescriptor
-
-
Method Details
-
getDescription
Description copied from class:TagDescriptorReturns a descriptive value of the specified tag for this image. Where possible, known values will be substituted here in place of the raw tokens actually kept in the metadata segment. If no substitution is available, the value provided bygetString(tagType)will be returned.- Overrides:
getDescriptionin classTagDescriptor<NikonType1MakernoteDirectory>- Parameters:
tagType- the tag to find a description for- Returns:
- a description of the image's value for the specified tag, or
nullif the tag hasn't been defined.
-
getConverterDescription
-
getDigitalZoomDescription
-
getFocusDescription
-
getWhiteBalanceDescription
-
getCcdSensitivityDescription
-
getImageAdjustmentDescription
-
getColorModeDescription
-
getQualityDescription
-