Package gov.nih.mipav.model.file
Class MetadataExtractor.ReconyxHyperFire2MakernoteDirectory
- java.lang.Object
-
- gov.nih.mipav.model.file.MetadataExtractor.Directory
-
- gov.nih.mipav.model.file.MetadataExtractor.ReconyxHyperFire2MakernoteDirectory
-
- Enclosing class:
- MetadataExtractor
public class MetadataExtractor.ReconyxHyperFire2MakernoteDirectory extends MetadataExtractor.Directory
Describes tags specific to Reconyx HyperFire 2 cameras.
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.HashMap<java.lang.Integer,java.lang.String>
_tagNameMap
static int
TAG_AMBIENT_INFRARED
static int
TAG_AMBIENT_LIGHT
static int
TAG_AMBIENT_TEMPERATURE
static int
TAG_AMBIENT_TEMPERATURE_FAHRENHEIT
static int
TAG_BATTERY_TYPE
static int
TAG_BATTERY_VOLTAGE
static int
TAG_BATTERY_VOLTAGE_AVG
static int
TAG_BRIGHTNESS
static int
TAG_CONTRAST
static int
TAG_DATE_TIME_ORIGINAL
static int
TAG_DAY_OF_WEEK
static int
TAG_DIRECTORY_NUMBER
static int
TAG_EVENT_NUMBER
static int
TAG_FILE_NUMBER
static int
TAG_FIRMWARE_DATE
static int
TAG_FIRMWARE_VERSION
static int
TAG_FLASH
static int
TAG_MOON_PHASE
static int
TAG_MOTION_SENSITIVITY
static int
TAG_SATURATION
static int
TAG_SEQUENCE
static int
TAG_SERIAL_NUMBER
static int
TAG_SHARPNESS
static int
TAG_TRIGGER_MODE
static int
TAG_USER_LABEL
-
Fields inherited from class gov.nih.mipav.model.file.MetadataExtractor.Directory
_definedTagList, _descriptor, _tagMap
-
-
Constructor Summary
Constructors Constructor Description ReconyxHyperFire2MakernoteDirectory()
-
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
-
TAG_FILE_NUMBER
public static final int TAG_FILE_NUMBER
- See Also:
- Constant Field Values
-
TAG_DIRECTORY_NUMBER
public static final int TAG_DIRECTORY_NUMBER
- See Also:
- Constant Field Values
-
TAG_FIRMWARE_VERSION
public static final int TAG_FIRMWARE_VERSION
- See Also:
- Constant Field Values
-
TAG_FIRMWARE_DATE
public static final int TAG_FIRMWARE_DATE
- See Also:
- Constant Field Values
-
TAG_TRIGGER_MODE
public static final int TAG_TRIGGER_MODE
- See Also:
- Constant Field Values
-
TAG_SEQUENCE
public static final int TAG_SEQUENCE
- See Also:
- Constant Field Values
-
TAG_EVENT_NUMBER
public static final int TAG_EVENT_NUMBER
- See Also:
- Constant Field Values
-
TAG_DATE_TIME_ORIGINAL
public static final int TAG_DATE_TIME_ORIGINAL
- See Also:
- Constant Field Values
-
TAG_DAY_OF_WEEK
public static final int TAG_DAY_OF_WEEK
- See Also:
- Constant Field Values
-
TAG_MOON_PHASE
public static final int TAG_MOON_PHASE
- See Also:
- Constant Field Values
-
TAG_AMBIENT_TEMPERATURE_FAHRENHEIT
public static final int TAG_AMBIENT_TEMPERATURE_FAHRENHEIT
- See Also:
- Constant Field Values
-
TAG_AMBIENT_TEMPERATURE
public static final int TAG_AMBIENT_TEMPERATURE
- See Also:
- Constant Field Values
-
TAG_CONTRAST
public static final int TAG_CONTRAST
- See Also:
- Constant Field Values
-
TAG_BRIGHTNESS
public static final int TAG_BRIGHTNESS
- See Also:
- Constant Field Values
-
TAG_SHARPNESS
public static final int TAG_SHARPNESS
- See Also:
- Constant Field Values
-
TAG_SATURATION
public static final int TAG_SATURATION
- See Also:
- Constant Field Values
-
TAG_FLASH
public static final int TAG_FLASH
- See Also:
- Constant Field Values
-
TAG_AMBIENT_INFRARED
public static final int TAG_AMBIENT_INFRARED
- See Also:
- Constant Field Values
-
TAG_AMBIENT_LIGHT
public static final int TAG_AMBIENT_LIGHT
- See Also:
- Constant Field Values
-
TAG_MOTION_SENSITIVITY
public static final int TAG_MOTION_SENSITIVITY
- See Also:
- Constant Field Values
-
TAG_BATTERY_VOLTAGE
public static final int TAG_BATTERY_VOLTAGE
- See Also:
- Constant Field Values
-
TAG_BATTERY_VOLTAGE_AVG
public static final int TAG_BATTERY_VOLTAGE_AVG
- See Also:
- Constant Field Values
-
TAG_BATTERY_TYPE
public static final int TAG_BATTERY_TYPE
- See Also:
- Constant Field Values
-
TAG_USER_LABEL
public static final int TAG_USER_LABEL
- See Also:
- Constant Field Values
-
TAG_SERIAL_NUMBER
public static final int TAG_SERIAL_NUMBER
- 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
-
-