Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Enum Constant Details
GPSVersionID
public static final IFDKeys GPSVersionID
GPSLatitudeRef
public static final IFDKeys GPSLatitudeRef
GPSLatitude
public static final IFDKeys GPSLatitude
GPSLongitudeRef
public static final IFDKeys GPSLongitudeRef
GPSLongitude
public static final IFDKeys GPSLongitude
GPSAltitudeRef
public static final IFDKeys GPSAltitudeRef
GPSAltitude
public static final IFDKeys GPSAltitude
GPSTimeStamp
public static final IFDKeys GPSTimeStamp
GPSSatellites
public static final IFDKeys GPSSatellites
GPSStatus
public static final IFDKeys GPSStatus
GPSMeasureMode
public static final IFDKeys GPSMeasureMode
GPSSpeedRef
public static final IFDKeys GPSSpeedRef
GPSSpeed
public static final IFDKeys GPSSpeed
GPSTrackRef
public static final IFDKeys GPSTrackRef
GPSTrack
public static final IFDKeys GPSTrack
GPSImgDirectionRef
public static final IFDKeys GPSImgDirectionRef
GPSImgDirection
public static final IFDKeys GPSImgDirection
GPSMapDatum
public static final IFDKeys GPSMapDatum
GPSDestLatitudeRef
public static final IFDKeys GPSDestLatitudeRef
GPSDestLatitude
public static final IFDKeys GPSDestLatitude
GPSDestLongitudeRef
public static final IFDKeys GPSDestLongitudeRef
GPSDestLongitude
public static final IFDKeys GPSDestLongitude
GPSDestBearingRef
public static final IFDKeys GPSDestBearingRef
GPSDestBearing
public static final IFDKeys GPSDestBearing
GPSDestDistanceRef
public static final IFDKeys GPSDestDistanceRef
GPSDestDistance
public static final IFDKeys GPSDestDistance
GPSProcessingMethod
public static final IFDKeys GPSProcessingMethod
GPSDateStamp
public static final IFDKeys GPSDateStamp
GPSDifferential
public static final IFDKeys GPSDifferential
ImageWidth
public static final IFDKeys ImageWidth
ImageHeight
public static final IFDKeys ImageHeight
BitsPerSample
public static final IFDKeys BitsPerSample
Compression
public static final IFDKeys Compression
PhotometricInterpolation
public static final IFDKeys PhotometricInterpolation
FillOrder
public static final IFDKeys FillOrder
StripOffsets
public static final IFDKeys StripOffsets
Orientation
public static final IFDKeys Orientation
SamplesPerPixel
public static final IFDKeys SamplesPerPixel
RowsPerStrip
public static final IFDKeys RowsPerStrip
StripByteCounts
public static final IFDKeys StripByteCounts
Xresolution
public static final IFDKeys Xresolution
Yresolution
public static final IFDKeys Yresolution
PlanarConfiguration
public static final IFDKeys PlanarConfiguration
T4Options
public static final IFDKeys T4Options
T6Options
public static final IFDKeys T6Options
ResolutionUnit
public static final IFDKeys ResolutionUnit
DATETIME
public static final IFDKeys DATETIME
Predictor
public static final IFDKeys Predictor
ColorMap
public static final IFDKeys ColorMap
TileWidth
public static final IFDKeys TileWidth
TileLength
public static final IFDKeys TileLength
TIleOffsets
public static final IFDKeys TIleOffsets
TIleByteCounts
public static final IFDKeys TIleByteCounts
JPEGTables
public static final IFDKeys JPEGTables
JPEGProc
public static final IFDKeys JPEGProc
JPEGRestartInterval
public static final IFDKeys JPEGRestartInterval
JPEGQTables
public static final IFDKeys JPEGQTables
JPEGDCTables
public static final IFDKeys JPEGDCTables
JPEGACTables
public static final IFDKeys JPEGACTables
JDELI_UNSUPPORTED
public static final IFDKeys JDELI_UNSUPPORTED
Field Details
value
public final int value
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum class has no constant with the specified name
NullPointerException
- if the argument is null
getIFDKey
public static IFDKeys getIFDKey (int val)