public class EXIFTIFFTagSet extends TIFFTagSet
http://www.exif.org/Exif2-2.PDF
.
The definitions of the data types referenced by the field
definitions may be found in the
class.TIFFTag
Modifier and Type | Class and Description |
---|---|
(package private) static class |
EXIFTIFFTagSet.ApertureValue |
(package private) static class |
EXIFTIFFTagSet.BrightnessValue |
(package private) static class |
EXIFTIFFTagSet.CFAPattern |
(package private) static class |
EXIFTIFFTagSet.ColorSpace |
(package private) static class |
EXIFTIFFTagSet.ComponentsConfiguration |
(package private) static class |
EXIFTIFFTagSet.CompressedBitsPerPixel |
(package private) static class |
EXIFTIFFTagSet.Contrast |
(package private) static class |
EXIFTIFFTagSet.CustomRendered |
(package private) static class |
EXIFTIFFTagSet.DateTimeDigitized |
(package private) static class |
EXIFTIFFTagSet.DateTimeOriginal |
(package private) static class |
EXIFTIFFTagSet.DeviceSettingDescription |
(package private) static class |
EXIFTIFFTagSet.DigitalZoomRatio |
(package private) static class |
EXIFTIFFTagSet.EXIFVersion |
(package private) static class |
EXIFTIFFTagSet.ExposureBiasValue |
(package private) static class |
EXIFTIFFTagSet.ExposureIndex |
(package private) static class |
EXIFTIFFTagSet.ExposureMode |
(package private) static class |
EXIFTIFFTagSet.ExposureProgram |
(package private) static class |
EXIFTIFFTagSet.ExposureTime |
(package private) static class |
EXIFTIFFTagSet.FileSource |
(package private) static class |
EXIFTIFFTagSet.Flash |
(package private) static class |
EXIFTIFFTagSet.FlashEnergy |
(package private) static class |
EXIFTIFFTagSet.FlashPixVersion |
(package private) static class |
EXIFTIFFTagSet.FNumber |
(package private) static class |
EXIFTIFFTagSet.FocalLength |
(package private) static class |
EXIFTIFFTagSet.FocalLengthIn35mmFilm |
(package private) static class |
EXIFTIFFTagSet.FocalPlaneResolutionUnit |
(package private) static class |
EXIFTIFFTagSet.FocalPlaneXResolution |
(package private) static class |
EXIFTIFFTagSet.FocalPlaneYResolution |
(package private) static class |
EXIFTIFFTagSet.GainControl |
(package private) static class |
EXIFTIFFTagSet.ImageUniqueID |
(package private) static class |
EXIFTIFFTagSet.InteroperabilityIFD |
(package private) static class |
EXIFTIFFTagSet.ISOSpeedRatings |
(package private) static class |
EXIFTIFFTagSet.LightSource |
(package private) static class |
EXIFTIFFTagSet.MakerNote |
(package private) static class |
EXIFTIFFTagSet.MaxApertureValue |
(package private) static class |
EXIFTIFFTagSet.MeteringMode |
(package private) static class |
EXIFTIFFTagSet.OECF |
(package private) static class |
EXIFTIFFTagSet.PixelXDimension |
(package private) static class |
EXIFTIFFTagSet.PixelYDimension |
(package private) static class |
EXIFTIFFTagSet.RelatedSoundFile |
(package private) static class |
EXIFTIFFTagSet.Saturation |
(package private) static class |
EXIFTIFFTagSet.SceneCaptureType |
(package private) static class |
EXIFTIFFTagSet.SceneType |
(package private) static class |
EXIFTIFFTagSet.SensingMethod |
(package private) static class |
EXIFTIFFTagSet.Sharpness |
(package private) static class |
EXIFTIFFTagSet.ShutterSpeedValue |
(package private) static class |
EXIFTIFFTagSet.SpatialFrequencyResponse |
(package private) static class |
EXIFTIFFTagSet.SpectralSensitivity |
(package private) static class |
EXIFTIFFTagSet.SubjectArea |
(package private) static class |
EXIFTIFFTagSet.SubjectDistance |
(package private) static class |
EXIFTIFFTagSet.SubjectDistanceRange |
(package private) static class |
EXIFTIFFTagSet.SubjectLocation |
(package private) static class |
EXIFTIFFTagSet.SubSecTime |
(package private) static class |
EXIFTIFFTagSet.SubSecTimeDigitized |
(package private) static class |
EXIFTIFFTagSet.SubSecTimeOriginal |
(package private) static class |
EXIFTIFFTagSet.UserComment |
(package private) static class |
EXIFTIFFTagSet.WhiteBalance |
Modifier and Type | Field and Description |
---|---|
static int |
COLOR_SPACE_SRGB
A value to be used with the "ColorSpace" tag.
|
static int |
COLOR_SPACE_UNCALIBRATED
A value to be used with the "ColorSpace" tag.
|
static int |
COMPONENTS_CONFIGURATION_B
A value to be used with the "ComponentsConfiguration" tag.
|
static int |
COMPONENTS_CONFIGURATION_CB
A value to be used with the "ComponentsConfiguration" tag.
|
static int |
COMPONENTS_CONFIGURATION_CR
A value to be used with the "ComponentsConfiguration" tag.
|
static int |
COMPONENTS_CONFIGURATION_DOES_NOT_EXIST
A value to be used with the "ComponentsConfiguration" tag.
|
static int |
COMPONENTS_CONFIGURATION_G
A value to be used with the "ComponentsConfiguration" tag.
|
static int |
COMPONENTS_CONFIGURATION_R
A value to be used with the "ComponentsConfiguration" tag.
|
static int |
COMPONENTS_CONFIGURATION_Y
A value to be used with the "ComponentsConfiguration" tag.
|
static int |
CONTRAST_HARD
A value to be used with the "Contrast" tag.
|
static int |
CONTRAST_NORMAL
A value to be used with the "Contrast" tag.
|
static int |
CONTRAST_SOFT
A value to be used with the "Contrast" tag.
|
static int |
CUSTOM_RENDERED_CUSTOM
A value to be used with the "CustomRendered" tag.
|
static int |
CUSTOM_RENDERED_NORMAL
A value to be used with the "CustomRendered" tag.
|
static byte[] |
EXIF_VERSION_2_1
An array of bytes containing the values
{'0', '2', '1',
'0'} to be used with the "EXIFVersion" tag to indicate
EXIF version 2.1. |
static byte[] |
EXIF_VERSION_2_2
An array of bytes containing the values
{'0', '2', '2',
'0'} to be used with the "EXIFVersion" tag to indicate
EXIF version 2.2. |
static int |
EXPOSURE_MODE_AUTO_BRACKET
A value to be used with the "ExposureMode" tag.
|
static int |
EXPOSURE_MODE_AUTO_EXPOSURE
A value to be used with the "ExposureMode" tag.
|
static int |
EXPOSURE_MODE_MANUAL_EXPOSURE
A value to be used with the "ExposureMode" tag.
|
static int |
EXPOSURE_PROGRAM_ACTION_PROGRAM
A value to be used with the "ExposureProgram" tag.
|
static int |
EXPOSURE_PROGRAM_APERTURE_PRIORITY
A value to be used with the "ExposureProgram" tag.
|
static int |
EXPOSURE_PROGRAM_CREATIVE_PROGRAM
A value to be used with the "ExposureProgram" tag.
|
static int |
EXPOSURE_PROGRAM_LANDSCAPE_MODE
A value to be used with the "ExposureProgram" tag.
|
static int |
EXPOSURE_PROGRAM_MANUAL
A value to be used with the "ExposureProgram" tag.
|
static int |
EXPOSURE_PROGRAM_MAX_RESERVED
A value to be used with the "ExposureProgram" tag.
|
static int |
EXPOSURE_PROGRAM_NORMAL_PROGRAM
A value to be used with the "ExposureProgram" tag.
|
static int |
EXPOSURE_PROGRAM_NOT_DEFINED
A value to be used with the "ExposureProgram" tag.
|
static int |
EXPOSURE_PROGRAM_PORTRAIT_MODE
A value to be used with the "ExposureProgram" tag.
|
static int |
EXPOSURE_PROGRAM_SHUTTER_PRIORITY
A value to be used with the "ExposureProgram" tag.
|
static int |
FILE_SOURCE_DSC
A value to be used with the "FileSource" tag.
|
static int |
FLASH_DID_NOT_FIRE
A value to be used with the "Flash" tag, indicating that the
flash did not fire.
|
static int |
FLASH_FIRED
A value to be used with the "Flash" tag, indicating that the
flash fired, but the strobe return status is unknown.
|
static int |
FLASH_MASK_FIRED
A mask to be used with the "Flash" tag, indicating that the
flash fired.
|
static int |
FLASH_MASK_FUNCTION_NOT_PRESENT
A mask to be used with the "Flash" tag, indicating no flash function
present.
|
static int |
FLASH_MASK_MODE_AUTO
A mask to be used with the "Flash" tag, indicating auto mode.
|
static int |
FLASH_MASK_MODE_FLASH_FIRING
A mask to be used with the "Flash" tag, indicating compulsory flash
firing mode.
|
static int |
FLASH_MASK_MODE_FLASH_SUPPRESSION
A mask to be used with the "Flash" tag, indicating compulsory flash
suppression mode.
|
static int |
FLASH_MASK_RED_EYE_REDUCTION
A mask to be used with the "Flash" tag, indicating red-eye reduction
supported.
|
static int |
FLASH_MASK_RETURN_DETECTED
A mask to be used with the "Flash" tag, indicating strobe return
light detected.
|
static int |
FLASH_MASK_RETURN_NOT_DETECTED
A mask to be used with the "Flash" tag, indicating strobe return
light not detected.
|
static int |
FLASH_STROBE_RETURN_LIGHT_DETECTED
A value to be used with the "Flash" tag, indicating that the
flash fired, and the strobe return light was detected.
|
static int |
FLASH_STROBE_RETURN_LIGHT_NOT_DETECTED
A value to be used with the "Flash" tag, indicating that the
flash fired, but the strobe return light was not detected.
|
static int |
FOCAL_PLANE_RESOLUTION_UNIT_CENTIMETER
A value to be used with the "FocalPlaneXResolution" tag.
|
static int |
FOCAL_PLANE_RESOLUTION_UNIT_INCH
A value to be used with the "FocalPlaneXResolution" tag.
|
static int |
FOCAL_PLANE_RESOLUTION_UNIT_NONE
A value to be used with the "FocalPlaneResolutionUnit" tag.
|
static int |
GAIN_CONTROL_HIGH_GAIN_DOWN
A value to be used with the "GainControl" tag.
|
static int |
GAIN_CONTROL_HIGH_GAIN_UP
A value to be used with the "GainControl" tag.
|
static int |
GAIN_CONTROL_LOW_GAIN_DOWN
A value to be used with the "GainControl" tag.
|
static int |
GAIN_CONTROL_LOW_GAIN_UP
A value to be used with the "GainControl" tag.
|
static int |
GAIN_CONTROL_NONE
A value to be used with the "GainControl" tag.
|
static int |
LIGHT_SOURCE_CLOUDY_WEATHER
A value to be used with the "LightSource" tag.
|
static int |
LIGHT_SOURCE_COOL_WHITE_FLUORESCENT
A value to be used with the "LightSource" tag.
|
static int |
LIGHT_SOURCE_D50
A value to be used with the "LightSource" tag.
|
static int |
LIGHT_SOURCE_D55
A value to be used with the "LightSource" tag.
|
static int |
LIGHT_SOURCE_D65
A value to be used with the "LightSource" tag.
|
static int |
LIGHT_SOURCE_D75
A value to be used with the "LightSource" tag.
|
static int |
LIGHT_SOURCE_DAY_WHITE_FLUORESCENT
A value to be used with the "LightSource" tag.
|
static int |
LIGHT_SOURCE_DAYLIGHT
A value to be used with the "LightSource" tag.
|
static int |
LIGHT_SOURCE_DAYLIGHT_FLUORESCENT
A value to be used with the "LightSource" tag.
|
static int |
LIGHT_SOURCE_FINE_WEATHER
A value to be used with the "LightSource" tag.
|
static int |
LIGHT_SOURCE_FLASH
A value to be used with the "LightSource" tag.
|
static int |
LIGHT_SOURCE_FLUORESCENT
A value to be used with the "LightSource" tag.
|
static int |
LIGHT_SOURCE_ISO_STUDIO_TUNGSTEN
A value to be used with the "LightSource" tag.
|
static int |
LIGHT_SOURCE_OTHER
A value to be used with the "LightSource" tag.
|
static int |
LIGHT_SOURCE_SHADE
A value to be used with the "LightSource" tag.
|
static int |
LIGHT_SOURCE_STANDARD_LIGHT_A
A value to be used with the "LightSource" tag.
|
static int |
LIGHT_SOURCE_STANDARD_LIGHT_B
A value to be used with the "LightSource" tag.
|
static int |
LIGHT_SOURCE_STANDARD_LIGHT_C
A value to be used with the "LightSource" tag.
|
static int |
LIGHT_SOURCE_TUNGSTEN
A value to be used with the "LightSource" tag.
|
static int |
LIGHT_SOURCE_UNKNOWN
A value to be used with the "LightSource" tag.
|
static int |
LIGHT_SOURCE_WHITE_FLUORESCENT
A value to be used with the "LightSource" tag.
|
static int |
METERING_MODE_AVERAGE
A value to be used with the "MeteringMode" tag.
|
static int |
METERING_MODE_CENTER_WEIGHTED_AVERAGE
A value to be used with the "MeteringMode" tag.
|
static int |
METERING_MODE_MAX_RESERVED
A value to be used with the "MeteringMode" tag.
|
static int |
METERING_MODE_MIN_RESERVED
A value to be used with the "MeteringMode" tag.
|
static int |
METERING_MODE_MULTI_SPOT
A value to be used with the "MeteringMode" tag.
|
static int |
METERING_MODE_OTHER
A value to be used with the "MeteringMode" tag.
|
static int |
METERING_MODE_PARTIAL
A value to be used with the "MeteringMode" tag.
|
static int |
METERING_MODE_PATTERN
A value to be used with the "MeteringMode" tag.
|
static int |
METERING_MODE_SPOT
A value to be used with the "MeteringMode" tag.
|
static int |
METERING_MODE_UNKNOWN
A value to be used with the "MeteringMode" tag.
|
static int |
SATURATION_HIGH
A value to be used with the "Saturation" tag.
|
static int |
SATURATION_LOW
A value to be used with the "Saturation" tag.
|
static int |
SATURATION_NORMAL
A value to be used with the "Saturation" tag.
|
static int |
SCENE_CAPTURE_TYPE_LANDSCAPE
A value to be used with the "SceneCaptureType" tag.
|
static int |
SCENE_CAPTURE_TYPE_NIGHT_SCENE
A value to be used with the "SceneCaptureType" tag.
|
static int |
SCENE_CAPTURE_TYPE_PORTRAIT
A value to be used with the "SceneCaptureType" tag.
|
static int |
SCENE_CAPTURE_TYPE_STANDARD
A value to be used with the "SceneCaptureType" tag.
|
static int |
SCENE_TYPE_DSC
A value to be used with the "SceneType" tag.
|
static int |
SENSING_METHOD_COLOR_SEQUENTIAL_AREA_SENSOR
A value to be used with the "SensingMethod" tag.
|
static int |
SENSING_METHOD_COLOR_SEQUENTIAL_LINEAR_SENSOR
A value to be used with the "SensingMethod" tag.
|
static int |
SENSING_METHOD_NOT_DEFINED
A value to be used with the "SensingMethod" tag.
|
static int |
SENSING_METHOD_ONE_CHIP_COLOR_AREA_SENSOR
A value to be used with the "SensingMethod" tag.
|
static int |
SENSING_METHOD_THREE_CHIP_COLOR_AREA_SENSOR
A value to be used with the "SensingMethod" tag.
|
static int |
SENSING_METHOD_TRILINEAR_SENSOR
A value to be used with the "SensingMethod" tag.
|
static int |
SENSING_METHOD_TWO_CHIP_COLOR_AREA_SENSOR
A value to be used with the "SensingMethod" tag.
|
static int |
SHARPNESS_HARD
A value to be used with the "Sharpness" tag.
|
static int |
SHARPNESS_NORMAL
A value to be used with the "Sharpness" tag.
|
static int |
SHARPNESS_SOFT
A value to be used with the "Sharpness" tag.
|
static int |
SUBJECT_DISTANCE_RANGE_CLOSE_VIEW
A value to be used with the "SubjectDistanceRange" tag.
|
static int |
SUBJECT_DISTANCE_RANGE_DISTANT_VIEW
A value to be used with the "SubjectDistanceRange" tag.
|
static int |
SUBJECT_DISTANCE_RANGE_MACRO
A value to be used with the "SubjectDistanceRange" tag.
|
static int |
SUBJECT_DISTANCE_RANGE_UNKNOWN
A value to be used with the "SubjectDistanceRange" tag.
|
static int |
TAG_APERTURE_VALUE
A tag indicating the lens aperture (type RATIONAL).
|
static int |
TAG_BRIGHTNESS_VALUE
A tag indicating the value of brightness (type SRATIONAL).
|
static int |
TAG_CFA_PATTERN
A tag indicating the color filter array geometric pattern of
the image sensor when a one-chip color area sensor if used
(type UNDEFINED).
|
static int |
TAG_COLOR_SPACE
A tag indicating the color space information (type SHORT).
|
static int |
TAG_COMPONENTS_CONFIGURATION
A tag containing the components configuration information (type
UNDEFINED, count = 4).
|
static int |
TAG_COMPRESSED_BITS_PER_PIXEL
A tag indicating the number of compressed bits per pixel
(type RATIONAL).
|
static int |
TAG_CONTRAST
A tag indicating the direction of contrast processing applied
by the camera when the image was shot.
|
static int |
TAG_CUSTOM_RENDERED
A tag indicating the use of special processing on image data,
such as rendering geared to output.
|
static int |
TAG_DATE_TIME_DIGITIZED
A tag indicating the date and time when the image was stored as
digital data (type ASCII).
|
static int |
TAG_DATE_TIME_ORIGINAL
A tag indicating the date and time when the original image was
generated (type ASCII).
|
static int |
TAG_DEVICE_SETTING_DESCRIPTION
A tag indicating information on the picture-taking conditions
of a particular camera model.
|
static int |
TAG_DIGITAL_ZOOM_RATIO
A tag indicating the digital zoom ratio when the image was shot.
|
static int |
TAG_EXIF_VERSION
A tag containing the EXIF version number (type UNDEFINED, count =
4).
|
static int |
TAG_EXPOSURE_BIAS_VALUE
A tag indicating the exposure bias (type SRATIONAL).
|
static int |
TAG_EXPOSURE_INDEX
A tag indicating the exposure index selected on the camera or
input device at the time the image was captured (type
RATIONAL).
|
static int |
TAG_EXPOSURE_MODE
A tag indicating the exposure mode set when the image was shot.
|
static int |
TAG_EXPOSURE_PROGRAM
A tag indicating the class of the programs used to set exposure
when the picture was taken (type SHORT).
|
static int |
TAG_EXPOSURE_TIME
A tag indicating the exposure time, in seconds (type RATIONAL).
|
static int |
TAG_F_NUMBER
A tag indicating the F number (type RATIONAL).
|
static int |
TAG_FILE_SOURCE
A tag indicating the image source (type UNDEFINED).
|
static int |
TAG_FLASH
A tag indicating the flash firing status and flash return
status (type SHORT).
|
static int |
TAG_FLASH_ENERGY
A tag indicating the strobe energy at the time the image was
captured, as measured in Beam Candle Power Seconds (BCPS) (type
RATIONAL).
|
static int |
TAG_FLASHPIX_VERSION
A tag indicating the FlashPix version number (type UNDEFINED,
count = 4).
|
static int |
TAG_FOCAL_LENGTH
A tag indicating the actual focal length of the lens, in
millimeters (type RATIONAL).
|
static int |
TAG_FOCAL_LENGTH_IN_35MM_FILM
A tag indicating the equivalent focal length assuming a 35mm film
camera, in millimeters.
|
static int |
TAG_FOCAL_PLANE_RESOLUTION_UNIT
Indicates the unit for measuring FocalPlaneXResolution and
FocalPlaneYResolution (type SHORT).
|
static int |
TAG_FOCAL_PLANE_X_RESOLUTION
Indicates the number of pixels in the image width (X) direction
per FocalPlaneResolutionUnit on the camera focal plane (type
RATIONAL).
|
static int |
TAG_FOCAL_PLANE_Y_RESOLUTION
Indicate the number of pixels in the image height (Y) direction
per FocalPlaneResolutionUnit on the camera focal plane (type
RATIONAL).
|
static int |
TAG_GAIN_CONTROL
A tag indicating the degree of overall image gain adjustment.
|
static int |
TAG_GPS_INFO_IFD_POINTER
Deprecated.
Superseded by
EXIFParentTIFFTagSet.TAG_GPS_INFO_IFD_POINTER |
static int |
TAG_IMAGE_UNIQUE_ID
A tag indicating an identifier assigned uniquely to each image.
|
static int |
TAG_INTEROPERABILITY_IFD_POINTER
A tag pointing to an interoperability IFD (type LONG).
|
static int |
TAG_ISO_SPEED_RATINGS
A tag indicating the ISO speed and ISO latitude of the camera
or input device, as specified in ISO 12232xiv (type
SHORT).
|
static int |
TAG_LIGHT_SOURCE
A tag indicatingthe kind of light source (type SHORT).
|
static int |
TAG_MAKER_NOTE
A tag indicating a manufacturer-defined maker note (type
UNDEFINED).
|
static int |
TAG_MARKER_NOTE
Deprecated.
Superseded by
TAG_MAKER_NOTE . |
static int |
TAG_MAX_APERTURE_VALUE
A tag indicating the smallest F number of the lens (type
RATIONAL).
|
static int |
TAG_METERING_MODE
A tag indicating the metering mode (type SHORT).
|
static int |
TAG_OECF
A tag indicating the optoelectric conversion function,
specified in ISO 14254xv (type UNDEFINED).
|
static int |
TAG_PIXEL_X_DIMENSION
A tag indicating the pixel X dimension (type SHORT or LONG).
|
static int |
TAG_PIXEL_Y_DIMENSION
A tag indicating the pixel Y dimension (type SHORT or LONG).
|
static int |
TAG_RELATED_SOUND_FILE
A tag indicating the name of a related sound file (type ASCII).
|
static int |
TAG_SATURATION
A tag indicating the direction of saturation processing
applied by the camera when the image was shot.
|
static int |
TAG_SCENE_CAPTURE_TYPE
A tag indicating the type of scene that was shot.
|
static int |
TAG_SCENE_TYPE
A tag indicating the type of scene (type UNDEFINED).
|
static int |
TAG_SENSING_METHOD
A tag indicating the sensor type on the camera or input device
(type SHORT).
|
static int |
TAG_SHARPNESS
A tag indicating the direction of sharpness processing
applied by the camera when the image was shot.
|
static int |
TAG_SHUTTER_SPEED_VALUE
A tag indicating the shutter speed (type SRATIONAL).
|
static int |
TAG_SPATIAL_FREQUENCY_RESPONSE
A tag indicating the camera or input device spatial frequency
table and SFR values in the direction of image width, image
height, and diagonal direction, as specified in ISO
12233xvi (type UNDEFINED).
|
static int |
TAG_SPECTRAL_SENSITIVITY
A tag indicating the spectral sensitivity of each channel of
the camera used (type ASCII).
|
static int |
TAG_SUB_SEC_TIME
A tag used to record fractions of seconds for the "DateTime" tag
(type ASCII).
|
static int |
TAG_SUB_SEC_TIME_DIGITIZED
A tag used to record fractions of seconds for the
"DateTimeDigitized" tag (type ASCII).
|
static int |
TAG_SUB_SEC_TIME_ORIGINAL
A tag used to record fractions of seconds for the
"DateTimeOriginal" tag (type ASCII).
|
static int |
TAG_SUBJECT_AREA
A tag indicating the location and area of the main subject in
the overall scene.
|
static int |
TAG_SUBJECT_DISTANCE
A tag indicating the distance to the subject, in meters (type
RATIONAL).
|
static int |
TAG_SUBJECT_DISTANCE_RANGE
A tag indicating the distance to the subject.
|
static int |
TAG_SUBJECT_LOCATION
A tag indicating the column and row of the center pixel of the
main subject in the scene (type SHORT, count = 2).
|
static int |
TAG_USER_COMMENT
A tag indicating a user comment (type UNDEFINED).
|
static int |
TAG_WHITE_BALANCE
A tag indicating the white balance mode set when the image was shot.
|
private static List |
tags |
private static EXIFTIFFTagSet |
theInstance |
static int |
WHITE_BALANCE_AUTO
A value to be used with the "WhiteBalance" tag.
|
static int |
WHITE_BALANCE_MANUAL
A value to be used with the "WhiteBalance" tag.
|
Modifier | Constructor and Description |
---|---|
private |
EXIFTIFFTagSet() |
Modifier and Type | Method and Description |
---|---|
static EXIFTIFFTagSet |
getInstance()
Returns a shared instance of an
EXIFTIFFTagSet . |
private static void |
initTags() |
getTag, getTag, getTagNames, getTagNumbers
private static EXIFTIFFTagSet theInstance
public static final int TAG_GPS_INFO_IFD_POINTER
EXIFParentTIFFTagSet.TAG_GPS_INFO_IFD_POINTER
public static final int TAG_INTEROPERABILITY_IFD_POINTER
public static final int TAG_EXIF_VERSION
EXIF_VERSION_2_1
,
EXIF_VERSION_2_2
,
Constant Field Valuespublic static byte[] EXIF_VERSION_2_1
{'0', '2', '1',
'0'}
to be used with the "EXIFVersion" tag to indicate
EXIF version 2.1.TAG_EXIF_VERSION
public static byte[] EXIF_VERSION_2_2
{'0', '2', '2',
'0'}
to be used with the "EXIFVersion" tag to indicate
EXIF version 2.2.TAG_EXIF_VERSION
public static final int TAG_FLASHPIX_VERSION
public static final int TAG_COLOR_SPACE
COLOR_SPACE_*
constants.public static final int COLOR_SPACE_SRGB
TAG_COLOR_SPACE
,
Constant Field Valuespublic static final int COLOR_SPACE_UNCALIBRATED
TAG_COLOR_SPACE
,
Constant Field Valuespublic static final int TAG_COMPONENTS_CONFIGURATION
public static final int COMPONENTS_CONFIGURATION_DOES_NOT_EXIST
public static final int COMPONENTS_CONFIGURATION_Y
public static final int COMPONENTS_CONFIGURATION_CB
public static final int COMPONENTS_CONFIGURATION_CR
public static final int COMPONENTS_CONFIGURATION_R
public static final int COMPONENTS_CONFIGURATION_G
public static final int COMPONENTS_CONFIGURATION_B
public static final int TAG_COMPRESSED_BITS_PER_PIXEL
public static final int TAG_PIXEL_X_DIMENSION
public static final int TAG_PIXEL_Y_DIMENSION
public static final int TAG_MAKER_NOTE
public static final int TAG_MARKER_NOTE
TAG_MAKER_NOTE
.public static final int TAG_USER_COMMENT
public static final int TAG_RELATED_SOUND_FILE
public static final int TAG_DATE_TIME_ORIGINAL
public static final int TAG_DATE_TIME_DIGITIZED
public static final int TAG_SUB_SEC_TIME
public static final int TAG_SUB_SEC_TIME_ORIGINAL
public static final int TAG_SUB_SEC_TIME_DIGITIZED
public static final int TAG_EXPOSURE_TIME
public static final int TAG_F_NUMBER
public static final int TAG_EXPOSURE_PROGRAM
EXPOSURE_PROGRAM_NOT_DEFINED
,
EXPOSURE_PROGRAM_MANUAL
,
EXPOSURE_PROGRAM_NORMAL_PROGRAM
,
EXPOSURE_PROGRAM_APERTURE_PRIORITY
,
EXPOSURE_PROGRAM_SHUTTER_PRIORITY
,
EXPOSURE_PROGRAM_CREATIVE_PROGRAM
,
EXPOSURE_PROGRAM_ACTION_PROGRAM
,
EXPOSURE_PROGRAM_PORTRAIT_MODE
,
EXPOSURE_PROGRAM_LANDSCAPE_MODE
,
EXPOSURE_PROGRAM_MAX_RESERVED
,
Constant Field Valuespublic static final int EXPOSURE_PROGRAM_NOT_DEFINED
TAG_EXPOSURE_PROGRAM
,
Constant Field Valuespublic static final int EXPOSURE_PROGRAM_MANUAL
TAG_EXPOSURE_PROGRAM
,
Constant Field Valuespublic static final int EXPOSURE_PROGRAM_NORMAL_PROGRAM
TAG_EXPOSURE_PROGRAM
,
Constant Field Valuespublic static final int EXPOSURE_PROGRAM_APERTURE_PRIORITY
TAG_EXPOSURE_PROGRAM
,
Constant Field Valuespublic static final int EXPOSURE_PROGRAM_SHUTTER_PRIORITY
TAG_EXPOSURE_PROGRAM
,
Constant Field Valuespublic static final int EXPOSURE_PROGRAM_CREATIVE_PROGRAM
TAG_EXPOSURE_PROGRAM
,
Constant Field Valuespublic static final int EXPOSURE_PROGRAM_ACTION_PROGRAM
TAG_EXPOSURE_PROGRAM
,
Constant Field Valuespublic static final int EXPOSURE_PROGRAM_PORTRAIT_MODE
TAG_EXPOSURE_PROGRAM
,
Constant Field Valuespublic static final int EXPOSURE_PROGRAM_LANDSCAPE_MODE
TAG_EXPOSURE_PROGRAM
,
Constant Field Valuespublic static final int EXPOSURE_PROGRAM_MAX_RESERVED
TAG_EXPOSURE_PROGRAM
,
Constant Field Valuespublic static final int TAG_SPECTRAL_SENSITIVITY
public static final int TAG_ISO_SPEED_RATINGS
public static final int TAG_OECF
public static final int TAG_SHUTTER_SPEED_VALUE
public static final int TAG_APERTURE_VALUE
public static final int TAG_BRIGHTNESS_VALUE
public static final int TAG_EXPOSURE_BIAS_VALUE
public static final int TAG_MAX_APERTURE_VALUE
public static final int TAG_SUBJECT_DISTANCE
public static final int TAG_METERING_MODE
public static final int METERING_MODE_UNKNOWN
TAG_METERING_MODE
,
Constant Field Valuespublic static final int METERING_MODE_AVERAGE
TAG_METERING_MODE
,
Constant Field Valuespublic static final int METERING_MODE_CENTER_WEIGHTED_AVERAGE
TAG_METERING_MODE
,
Constant Field Valuespublic static final int METERING_MODE_SPOT
TAG_METERING_MODE
,
Constant Field Valuespublic static final int METERING_MODE_MULTI_SPOT
TAG_METERING_MODE
,
Constant Field Valuespublic static final int METERING_MODE_PATTERN
TAG_METERING_MODE
,
Constant Field Valuespublic static final int METERING_MODE_PARTIAL
TAG_METERING_MODE
,
Constant Field Valuespublic static final int METERING_MODE_MIN_RESERVED
TAG_METERING_MODE
,
Constant Field Valuespublic static final int METERING_MODE_MAX_RESERVED
TAG_METERING_MODE
,
Constant Field Valuespublic static final int METERING_MODE_OTHER
TAG_METERING_MODE
,
Constant Field Valuespublic static final int TAG_LIGHT_SOURCE
public static final int LIGHT_SOURCE_UNKNOWN
TAG_LIGHT_SOURCE
,
Constant Field Valuespublic static final int LIGHT_SOURCE_DAYLIGHT
TAG_LIGHT_SOURCE
,
Constant Field Valuespublic static final int LIGHT_SOURCE_FLUORESCENT
TAG_LIGHT_SOURCE
,
Constant Field Valuespublic static final int LIGHT_SOURCE_TUNGSTEN
TAG_LIGHT_SOURCE
,
Constant Field Valuespublic static final int LIGHT_SOURCE_FLASH
TAG_LIGHT_SOURCE
,
Constant Field Valuespublic static final int LIGHT_SOURCE_FINE_WEATHER
TAG_LIGHT_SOURCE
,
Constant Field Valuespublic static final int LIGHT_SOURCE_CLOUDY_WEATHER
TAG_LIGHT_SOURCE
,
Constant Field Valuespublic static final int LIGHT_SOURCE_SHADE
TAG_LIGHT_SOURCE
,
Constant Field Valuespublic static final int LIGHT_SOURCE_DAYLIGHT_FLUORESCENT
TAG_LIGHT_SOURCE
,
Constant Field Valuespublic static final int LIGHT_SOURCE_DAY_WHITE_FLUORESCENT
TAG_LIGHT_SOURCE
,
Constant Field Valuespublic static final int LIGHT_SOURCE_COOL_WHITE_FLUORESCENT
TAG_LIGHT_SOURCE
,
Constant Field Valuespublic static final int LIGHT_SOURCE_WHITE_FLUORESCENT
TAG_LIGHT_SOURCE
,
Constant Field Valuespublic static final int LIGHT_SOURCE_STANDARD_LIGHT_A
TAG_LIGHT_SOURCE
,
Constant Field Valuespublic static final int LIGHT_SOURCE_STANDARD_LIGHT_B
TAG_LIGHT_SOURCE
,
Constant Field Valuespublic static final int LIGHT_SOURCE_STANDARD_LIGHT_C
TAG_LIGHT_SOURCE
,
Constant Field Valuespublic static final int LIGHT_SOURCE_D55
TAG_LIGHT_SOURCE
,
Constant Field Valuespublic static final int LIGHT_SOURCE_D65
TAG_LIGHT_SOURCE
,
Constant Field Valuespublic static final int LIGHT_SOURCE_D75
TAG_LIGHT_SOURCE
,
Constant Field Valuespublic static final int LIGHT_SOURCE_D50
TAG_LIGHT_SOURCE
,
Constant Field Valuespublic static final int LIGHT_SOURCE_ISO_STUDIO_TUNGSTEN
TAG_LIGHT_SOURCE
,
Constant Field Valuespublic static final int LIGHT_SOURCE_OTHER
TAG_LIGHT_SOURCE
,
Constant Field Valuespublic static final int TAG_FLASH
public static final int FLASH_DID_NOT_FIRE
TAG_FLASH
,
Constant Field Valuespublic static final int FLASH_FIRED
TAG_FLASH
,
Constant Field Valuespublic static final int FLASH_STROBE_RETURN_LIGHT_NOT_DETECTED
TAG_FLASH
,
Constant Field Valuespublic static final int FLASH_STROBE_RETURN_LIGHT_DETECTED
TAG_FLASH
,
Constant Field Valuespublic static final int FLASH_MASK_FIRED
TAG_FLASH
,
Constant Field Valuespublic static final int FLASH_MASK_RETURN_NOT_DETECTED
TAG_FLASH
,
Constant Field Valuespublic static final int FLASH_MASK_RETURN_DETECTED
TAG_FLASH
,
Constant Field Valuespublic static final int FLASH_MASK_MODE_FLASH_FIRING
TAG_FLASH
,
Constant Field Valuespublic static final int FLASH_MASK_MODE_FLASH_SUPPRESSION
TAG_FLASH
,
Constant Field Valuespublic static final int FLASH_MASK_MODE_AUTO
TAG_FLASH
,
Constant Field Valuespublic static final int FLASH_MASK_FUNCTION_NOT_PRESENT
TAG_FLASH
,
Constant Field Valuespublic static final int FLASH_MASK_RED_EYE_REDUCTION
TAG_FLASH
,
Constant Field Valuespublic static final int TAG_FOCAL_LENGTH
public static final int TAG_SUBJECT_AREA
public static final int TAG_FLASH_ENERGY
public static final int TAG_SPATIAL_FREQUENCY_RESPONSE
public static final int TAG_FOCAL_PLANE_X_RESOLUTION
public static final int TAG_FOCAL_PLANE_Y_RESOLUTION
public static final int TAG_FOCAL_PLANE_RESOLUTION_UNIT
public static final int FOCAL_PLANE_RESOLUTION_UNIT_NONE
public static final int FOCAL_PLANE_RESOLUTION_UNIT_INCH
public static final int FOCAL_PLANE_RESOLUTION_UNIT_CENTIMETER
public static final int TAG_SUBJECT_LOCATION
public static final int TAG_EXPOSURE_INDEX
public static final int TAG_SENSING_METHOD
SENSING_METHOD_NOT_DEFINED
,
SENSING_METHOD_ONE_CHIP_COLOR_AREA_SENSOR
,
SENSING_METHOD_TWO_CHIP_COLOR_AREA_SENSOR
,
SENSING_METHOD_THREE_CHIP_COLOR_AREA_SENSOR
,
SENSING_METHOD_COLOR_SEQUENTIAL_AREA_SENSOR
,
SENSING_METHOD_TRILINEAR_SENSOR
,
SENSING_METHOD_COLOR_SEQUENTIAL_LINEAR_SENSOR
,
Constant Field Valuespublic static final int SENSING_METHOD_NOT_DEFINED
TAG_SENSING_METHOD
,
Constant Field Valuespublic static final int SENSING_METHOD_ONE_CHIP_COLOR_AREA_SENSOR
TAG_SENSING_METHOD
,
Constant Field Valuespublic static final int SENSING_METHOD_TWO_CHIP_COLOR_AREA_SENSOR
TAG_SENSING_METHOD
,
Constant Field Valuespublic static final int SENSING_METHOD_THREE_CHIP_COLOR_AREA_SENSOR
TAG_SENSING_METHOD
,
Constant Field Valuespublic static final int SENSING_METHOD_COLOR_SEQUENTIAL_AREA_SENSOR
TAG_SENSING_METHOD
,
Constant Field Valuespublic static final int SENSING_METHOD_TRILINEAR_SENSOR
TAG_SENSING_METHOD
,
Constant Field Valuespublic static final int SENSING_METHOD_COLOR_SEQUENTIAL_LINEAR_SENSOR
TAG_SENSING_METHOD
,
Constant Field Valuespublic static final int TAG_FILE_SOURCE
FILE_SOURCE_DSC
,
Constant Field Valuespublic static final int FILE_SOURCE_DSC
TAG_FILE_SOURCE
,
Constant Field Valuespublic static final int TAG_SCENE_TYPE
SCENE_TYPE_DSC
,
Constant Field Valuespublic static final int SCENE_TYPE_DSC
TAG_SCENE_TYPE
,
Constant Field Valuespublic static final int TAG_CFA_PATTERN
public static final int TAG_CUSTOM_RENDERED
public static final int CUSTOM_RENDERED_NORMAL
TAG_CUSTOM_RENDERED
,
Constant Field Valuespublic static final int CUSTOM_RENDERED_CUSTOM
TAG_CUSTOM_RENDERED
,
Constant Field Valuespublic static final int TAG_EXPOSURE_MODE
public static final int EXPOSURE_MODE_AUTO_EXPOSURE
TAG_EXPOSURE_MODE
,
Constant Field Valuespublic static final int EXPOSURE_MODE_MANUAL_EXPOSURE
TAG_EXPOSURE_MODE
,
Constant Field Valuespublic static final int EXPOSURE_MODE_AUTO_BRACKET
TAG_EXPOSURE_MODE
,
Constant Field Valuespublic static final int TAG_WHITE_BALANCE
public static final int WHITE_BALANCE_AUTO
TAG_WHITE_BALANCE
,
Constant Field Valuespublic static final int WHITE_BALANCE_MANUAL
TAG_WHITE_BALANCE
,
Constant Field Valuespublic static final int TAG_DIGITAL_ZOOM_RATIO
public static final int TAG_FOCAL_LENGTH_IN_35MM_FILM
public static final int TAG_SCENE_CAPTURE_TYPE
public static final int SCENE_CAPTURE_TYPE_STANDARD
TAG_SCENE_CAPTURE_TYPE
,
Constant Field Valuespublic static final int SCENE_CAPTURE_TYPE_LANDSCAPE
TAG_SCENE_CAPTURE_TYPE
,
Constant Field Valuespublic static final int SCENE_CAPTURE_TYPE_PORTRAIT
TAG_SCENE_CAPTURE_TYPE
,
Constant Field Valuespublic static final int SCENE_CAPTURE_TYPE_NIGHT_SCENE
TAG_SCENE_CAPTURE_TYPE
,
Constant Field Valuespublic static final int TAG_GAIN_CONTROL
public static final int GAIN_CONTROL_NONE
TAG_GAIN_CONTROL
,
Constant Field Valuespublic static final int GAIN_CONTROL_LOW_GAIN_UP
TAG_GAIN_CONTROL
,
Constant Field Valuespublic static final int GAIN_CONTROL_HIGH_GAIN_UP
TAG_GAIN_CONTROL
,
Constant Field Valuespublic static final int GAIN_CONTROL_LOW_GAIN_DOWN
TAG_GAIN_CONTROL
,
Constant Field Valuespublic static final int GAIN_CONTROL_HIGH_GAIN_DOWN
TAG_GAIN_CONTROL
,
Constant Field Valuespublic static final int TAG_CONTRAST
public static final int CONTRAST_NORMAL
TAG_CONTRAST
,
Constant Field Valuespublic static final int CONTRAST_SOFT
TAG_CONTRAST
,
Constant Field Valuespublic static final int CONTRAST_HARD
TAG_CONTRAST
,
Constant Field Valuespublic static final int TAG_SATURATION
public static final int SATURATION_NORMAL
TAG_SATURATION
,
Constant Field Valuespublic static final int SATURATION_LOW
TAG_SATURATION
,
Constant Field Valuespublic static final int SATURATION_HIGH
TAG_SATURATION
,
Constant Field Valuespublic static final int TAG_SHARPNESS
public static final int SHARPNESS_NORMAL
TAG_SHARPNESS
,
Constant Field Valuespublic static final int SHARPNESS_SOFT
TAG_SHARPNESS
,
Constant Field Valuespublic static final int SHARPNESS_HARD
TAG_SHARPNESS
,
Constant Field Valuespublic static final int TAG_DEVICE_SETTING_DESCRIPTION
public static final int TAG_SUBJECT_DISTANCE_RANGE
public static final int SUBJECT_DISTANCE_RANGE_UNKNOWN
TAG_SUBJECT_DISTANCE_RANGE
,
Constant Field Valuespublic static final int SUBJECT_DISTANCE_RANGE_MACRO
TAG_SUBJECT_DISTANCE_RANGE
,
Constant Field Valuespublic static final int SUBJECT_DISTANCE_RANGE_CLOSE_VIEW
TAG_SUBJECT_DISTANCE_RANGE
,
Constant Field Valuespublic static final int SUBJECT_DISTANCE_RANGE_DISTANT_VIEW
TAG_SUBJECT_DISTANCE_RANGE
,
Constant Field Valuespublic static final int TAG_IMAGE_UNIQUE_ID
private static List tags
private static void initTags()
public static EXIFTIFFTagSet getInstance()
EXIFTIFFTagSet
.EXIFTIFFTagSet
instance.Copyright © 2017 Open Microscopy Environment