public enum SensorMetadataKey extends Enum<SensorMetadataKey> implements IKlvKey
Sensor
metadata keys.
See ST1908 for more information on these values.Enum Constant and Description |
---|
badDetectorMap |
detectorElement |
detectorFilter |
detectorGroups |
exposureEndTimeOffset |
exposureStartTimeOffset |
mimdId |
numericPrecision |
polarity |
security |
sensorAdjustments |
timer |
timerOffset |
Undefined |
xColumns |
xPitch |
xSampleSize |
yPitch |
yRows |
ySampleSize |
Modifier and Type | Method and Description |
---|---|
int |
getIdentifier()
Get the identifier value associated with this enumeration value.
|
static SensorMetadataKey |
getKey(int tag)
Look up the metadata key by tag identifier.
|
boolean |
isDeprecated() |
static SensorMetadataKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SensorMetadataKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SensorMetadataKey Undefined
public static final SensorMetadataKey mimdId
public static final SensorMetadataKey timer
public static final SensorMetadataKey timerOffset
public static final SensorMetadataKey numericPrecision
public static final SensorMetadataKey security
public static final SensorMetadataKey polarity
public static final SensorMetadataKey xColumns
public static final SensorMetadataKey yRows
public static final SensorMetadataKey xSampleSize
public static final SensorMetadataKey ySampleSize
public static final SensorMetadataKey xPitch
public static final SensorMetadataKey yPitch
public static final SensorMetadataKey exposureStartTimeOffset
public static final SensorMetadataKey exposureEndTimeOffset
public static final SensorMetadataKey detectorGroups
public static final SensorMetadataKey detectorElement
public static final SensorMetadataKey detectorFilter
public static final SensorMetadataKey badDetectorMap
public static final SensorMetadataKey sensorAdjustments
public static SensorMetadataKey[] values()
for (SensorMetadataKey c : SensorMetadataKey.values()) System.out.println(c);
public static SensorMetadataKey valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getIdentifier()
getIdentifier
in interface IKlvKey
public static SensorMetadataKey getKey(int tag)
tag
- the integer tag value to look uppublic boolean isDeprecated()
Copyright © 2022 West Ridge Systems. All rights reserved.