Package gov.nih.mipav.model.file
Class MetadataExtractor.OlympusRawInfoMakernoteDirectory
- java.lang.Object
-
- gov.nih.mipav.model.file.MetadataExtractor.Directory
-
- gov.nih.mipav.model.file.MetadataExtractor.OlympusRawInfoMakernoteDirectory
-
- Enclosing class:
- MetadataExtractor
public class MetadataExtractor.OlympusRawInfoMakernoteDirectory extends MetadataExtractor.Directory
These tags are found only in ORF images of some models (eg. C8080WZ)- Author:
- Kevin Mott https://github.com/kwhopper, Drew Noakes https://drewnoakes.com
-
-
Field Summary
-
Fields inherited from class gov.nih.mipav.model.file.MetadataExtractor.Directory
_definedTagList, _descriptor, _tagMap
-
-
Constructor Summary
Constructors Constructor Description OlympusRawInfoMakernoteDirectory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Provides the name of the directory, for display purposes.protected java.util.HashMap<java.lang.Integer,java.lang.String>
getTagNameMap()
Provides the map of tag names, hashed by tag type identifier.-
Methods inherited from class gov.nih.mipav.model.file.MetadataExtractor.Directory
addError, containsTag, getBoolean, getBooleanObject, getByteArray, getDate, getDate, getDate, getDescription, getDouble, getDoubleObject, getErrorCount, getErrors, getFloat, getFloatObject, getInt, getIntArray, getInteger, getLong, getLongObject, getObject, getParent, getRational, getRationalArray, getString, getString, getStringArray, getStringValue, getStringValueArray, getTagCount, getTagName, getTags, hasErrors, hasTagName, isEmpty, setBoolean, setByteArray, setDate, setDescriptor, setDouble, setDoubleArray, setFloat, setFloatArray, setInt, setIntArray, setLong, setObject, setObjectArray, setParent, setRational, setRationalArray, setString, setStringArray, setStringValue, setStringValueArray, toString
-
-
-
-
Field Detail
-
TagRawInfoVersion
public static final int TagRawInfoVersion
- See Also:
- Constant Field Values
-
TagWbRbLevelsUsed
public static final int TagWbRbLevelsUsed
- See Also:
- Constant Field Values
-
TagWbRbLevelsAuto
public static final int TagWbRbLevelsAuto
- See Also:
- Constant Field Values
-
TagWbRbLevelsShade
public static final int TagWbRbLevelsShade
- See Also:
- Constant Field Values
-
TagWbRbLevelsCloudy
public static final int TagWbRbLevelsCloudy
- See Also:
- Constant Field Values
-
TagWbRbLevelsFineWeather
public static final int TagWbRbLevelsFineWeather
- See Also:
- Constant Field Values
-
TagWbRbLevelsTungsten
public static final int TagWbRbLevelsTungsten
- See Also:
- Constant Field Values
-
TagWbRbLevelsEveningSunlight
public static final int TagWbRbLevelsEveningSunlight
- See Also:
- Constant Field Values
-
TagWbRbLevelsDaylightFluor
public static final int TagWbRbLevelsDaylightFluor
- See Also:
- Constant Field Values
-
TagWbRbLevelsDayWhiteFluor
public static final int TagWbRbLevelsDayWhiteFluor
- See Also:
- Constant Field Values
-
TagWbRbLevelsCoolWhiteFluor
public static final int TagWbRbLevelsCoolWhiteFluor
- See Also:
- Constant Field Values
-
TagWbRbLevelsWhiteFluorescent
public static final int TagWbRbLevelsWhiteFluorescent
- See Also:
- Constant Field Values
-
TagColorMatrix2
public static final int TagColorMatrix2
- See Also:
- Constant Field Values
-
TagCoringFilter
public static final int TagCoringFilter
- See Also:
- Constant Field Values
-
TagCoringValues
public static final int TagCoringValues
- See Also:
- Constant Field Values
-
TagBlackLevel2
public static final int TagBlackLevel2
- See Also:
- Constant Field Values
-
TagYCbCrCoefficients
public static final int TagYCbCrCoefficients
- See Also:
- Constant Field Values
-
TagValidPixelDepth
public static final int TagValidPixelDepth
- See Also:
- Constant Field Values
-
TagCropLeft
public static final int TagCropLeft
- See Also:
- Constant Field Values
-
TagCropTop
public static final int TagCropTop
- See Also:
- Constant Field Values
-
TagCropWidth
public static final int TagCropWidth
- See Also:
- Constant Field Values
-
TagCropHeight
public static final int TagCropHeight
- See Also:
- Constant Field Values
-
TagLightSource
public static final int TagLightSource
- See Also:
- Constant Field Values
-
TagWhiteBalanceComp
public static final int TagWhiteBalanceComp
- See Also:
- Constant Field Values
-
TagSaturationSetting
public static final int TagSaturationSetting
- See Also:
- Constant Field Values
-
TagHueSetting
public static final int TagHueSetting
- See Also:
- Constant Field Values
-
TagContrastSetting
public static final int TagContrastSetting
- See Also:
- Constant Field Values
-
TagSharpnessSetting
public static final int TagSharpnessSetting
- See Also:
- Constant Field Values
-
TagCmExposureCompensation
public static final int TagCmExposureCompensation
- See Also:
- Constant Field Values
-
TagCmWhiteBalance
public static final int TagCmWhiteBalance
- See Also:
- Constant Field Values
-
TagCmWhiteBalanceComp
public static final int TagCmWhiteBalanceComp
- See Also:
- Constant Field Values
-
TagCmWhiteBalanceGrayPoint
public static final int TagCmWhiteBalanceGrayPoint
- See Also:
- Constant Field Values
-
TagCmSaturation
public static final int TagCmSaturation
- See Also:
- Constant Field Values
-
TagCmHue
public static final int TagCmHue
- See Also:
- Constant Field Values
-
TagCmContrast
public static final int TagCmContrast
- See Also:
- Constant Field Values
-
TagCmSharpness
public static final int TagCmSharpness
- See Also:
- Constant Field Values
-
_tagNameMap
private final java.util.HashMap<java.lang.Integer,java.lang.String> _tagNameMap
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from class:MetadataExtractor.Directory
Provides the name of the directory, for display purposes. E.g.Exif
- Specified by:
getName
in classMetadataExtractor.Directory
- Returns:
- the name of the directory
-
getTagNameMap
protected java.util.HashMap<java.lang.Integer,java.lang.String> getTagNameMap()
Description copied from class:MetadataExtractor.Directory
Provides the map of tag names, hashed by tag type identifier.- Specified by:
getTagNameMap
in classMetadataExtractor.Directory
- Returns:
- the map of tag names
-
-