public class EXIFGPSTagSet extends TIFFTagSet
The definitions of the data types referenced by the field
definitions may be found in the
class.TIFFTag
EXIFTIFFTagSet
Modifier and Type | Class and Description |
---|---|
(package private) static class |
EXIFGPSTagSet.GPSAltitude |
(package private) static class |
EXIFGPSTagSet.GPSAltitudeRef |
(package private) static class |
EXIFGPSTagSet.GPSAreaInformation |
(package private) static class |
EXIFGPSTagSet.GPSDateStamp |
(package private) static class |
EXIFGPSTagSet.GPSDestBearing |
(package private) static class |
EXIFGPSTagSet.GPSDestBearingRef |
(package private) static class |
EXIFGPSTagSet.GPSDestDistance |
(package private) static class |
EXIFGPSTagSet.GPSDestDistanceRef |
(package private) static class |
EXIFGPSTagSet.GPSDestLatitude |
(package private) static class |
EXIFGPSTagSet.GPSDestLatitudeRef |
(package private) static class |
EXIFGPSTagSet.GPSDestLongitude |
(package private) static class |
EXIFGPSTagSet.GPSDestLongitudeRef |
(package private) static class |
EXIFGPSTagSet.GPSDifferential |
(package private) static class |
EXIFGPSTagSet.GPSDOP |
(package private) static class |
EXIFGPSTagSet.GPSImgDirection |
(package private) static class |
EXIFGPSTagSet.GPSImgDirectionRef |
(package private) static class |
EXIFGPSTagSet.GPSLatitude |
(package private) static class |
EXIFGPSTagSet.GPSLatitudeRef |
(package private) static class |
EXIFGPSTagSet.GPSLongitude |
(package private) static class |
EXIFGPSTagSet.GPSLongitudeRef |
(package private) static class |
EXIFGPSTagSet.GPSMapDatum |
(package private) static class |
EXIFGPSTagSet.GPSMeasureMode |
(package private) static class |
EXIFGPSTagSet.GPSProcessingMethod |
(package private) static class |
EXIFGPSTagSet.GPSSatellites |
(package private) static class |
EXIFGPSTagSet.GPSSpeed |
(package private) static class |
EXIFGPSTagSet.GPSSpeedRef |
(package private) static class |
EXIFGPSTagSet.GPSStatus |
(package private) static class |
EXIFGPSTagSet.GPSTimeStamp |
(package private) static class |
EXIFGPSTagSet.GPSTrack |
(package private) static class |
EXIFGPSTagSet.GPSTrackRef |
(package private) static class |
EXIFGPSTagSet.GPSVersionID |
Modifier and Type | Field and Description |
---|---|
static int |
ALTITUDE_REF_SEA_LEVEL
A value to be used with the "GPSAltitudeRef" tag.
|
static int |
ALTITUDE_REF_SEA_LEVEL_REFERENCE
A value to be used with the "GPSAltitudeRef" tag.
|
static String |
DEST_DISTANCE_REF_KILOMETERS
A value to be used with the "GPSDestDistanceRef" tag.
|
static String |
DEST_DISTANCE_REF_KNOTS
A value to be used with the "GPSDestDistanceRef" tag.
|
static String |
DEST_DISTANCE_REF_MILES
A value to be used with the "GPSDestDistanceRef" tag.
|
static int |
DIFFERENTIAL_CORRECTION_APPLIED
A value to be used with the "GPSDifferential" tag.
|
static int |
DIFFERENTIAL_CORRECTION_NONE
A value to be used with the "GPSDifferential" tag.
|
static String |
DIRECTION_REF_MAGNETIC
A value to be used with the "GPSTrackRef", "GPSImgDirectionRef",
and "GPSDestBearingRef" tags.
|
static String |
DIRECTION_REF_TRUE
A value to be used with the "GPSTrackRef", "GPSImgDirectionRef",
and "GPSDestBearingRef" tags.
|
static byte[] |
GPS_VERSION_2_2
An array of bytes containing the values
{'2', '2', '0',
'0'} to be used with the "GPSVersionID" tag to indicate
GPS version 2.2. |
static String |
LATITUDE_REF_NORTH
A value to be used with the "GPSLatitudeRef" and
"GPSDestLatitudeRef" tags.
|
static String |
LATITUDE_REF_SOUTH
A value to be used with the "GPSLatitudeRef" and
"GPSDestLatitudeRef" tags.
|
static String |
LONGITUDE_REF_EAST
A value to be used with the "GPSLongitudeRef" and
"GPSDestLongitudeRef" tags.
|
static String |
LONGITUDE_REF_WEST
A value to be used with the "GPSLongitudeRef" and
"GPSDestLongitudeRef" tags.
|
static String |
MEASURE_MODE_2D
A value to be used with the "GPSMeasureMode" tag.
|
static String |
MEASURE_MODE_3D
A value to be used with the "GPSMeasureMode" tag.
|
static String |
SPEED_REF_KILOMETERS_PER_HOUR
A value to be used with the "GPSSpeedRef" tag.
|
static String |
SPEED_REF_KNOTS
A value to be used with the "GPSSpeedRef" tag.
|
static String |
SPEED_REF_MILES_PER_HOUR
A value to be used with the "GPSSpeedRef" tag.
|
static String |
STATUS_MEASUREMENT_IN_PROGRESS
A value to be used with the "GPSStatus" tag.
|
static String |
STATUS_MEASUREMENT_INTEROPERABILITY
A value to be used with the "GPSStatus" tag.
|
static int |
TAG_GPS_ALTITUDE
A tag indicating the Altitude (type RATIONAL, count = 1).
|
static int |
TAG_GPS_ALTITUDE_REF
A tag indicating the Altitude reference (type BYTE, count = 1);
|
static int |
TAG_GPS_AREA_INFORMATION
A tag indicating the Name of GPS area (type UNDEFINED).
|
static int |
TAG_GPS_DATE_STAMP
A tag indicating the GPS date (type ASCII, count 11).
|
static int |
TAG_GPS_DEST_BEARING
A tag indicating the Bearing of destination (type RATIONAL, count = 1).
|
static int |
TAG_GPS_DEST_BEARING_REF
A tag indicating the Reference for bearing of destination (type ASCII,
count = 2).
|
static int |
TAG_GPS_DEST_DISTANCE
A tag indicating the Distance to destination (type RATIONAL, count = 1).
|
static int |
TAG_GPS_DEST_DISTANCE_REF
A tag indicating the Reference for distance to destination (type ASCII,
count = 2).
|
static int |
TAG_GPS_DEST_LATITUDE
A tag indicating the Latitude of destination (type RATIONAL, count = 3).
|
static int |
TAG_GPS_DEST_LATITUDE_REF
A tag indicating the Reference for latitude of destination (type
ASCII, count = 2).
|
static int |
TAG_GPS_DEST_LONGITUDE
A tag indicating the Longitude of destination (type RATIONAL,
count = 3).
|
static int |
TAG_GPS_DEST_LONGITUDE_REF
A tag indicating the Reference for longitude of destination (type
ASCII, count = 2).
|
static int |
TAG_GPS_DIFFERENTIAL
A tag indicating the GPS differential correction (type SHORT,
count = 1).
|
static int |
TAG_GPS_DOP
A tag indicating the Measurement precision (type RATIONAL, count = 1).
|
static int |
TAG_GPS_IMG_DIRECTION
A tag indicating the Direction of image (type RATIONAL, count = 1).
|
static int |
TAG_GPS_IMG_DIRECTION_REF
A tag indicating the Reference for direction of image (type ASCII,
count = 2).
|
static int |
TAG_GPS_LATITUDE
A tag indicating the Latitude (type RATIONAL, count = 3).
|
static int |
TAG_GPS_LATITUDE_REF
A tag indicating the North or South latitude (type ASCII, count = 2).
|
static int |
TAG_GPS_LONGITUDE
A tag indicating the Longitude (type RATIONAL, count = 3).
|
static int |
TAG_GPS_LONGITUDE_REF
A tag indicating the East or West Longitude (type ASCII, count = 2).
|
static int |
TAG_GPS_MAP_DATUM
A tag indicating the Geodetic survey data used (type ASCII).
|
static int |
TAG_GPS_MEASURE_MODE
A tag indicating the GPS measurement mode (type ASCII, count = 2).
|
static int |
TAG_GPS_PROCESSING_METHOD
A tag indicating the Name of GPS processing method (type UNDEFINED).
|
static int |
TAG_GPS_SATELLITES
A tag indicating the GPS satellites used for measurement (type ASCII).
|
static int |
TAG_GPS_SPEED
A tag indicating the Speed of GPS receiver (type RATIONAL, count = 1).
|
static int |
TAG_GPS_SPEED_REF
A tag indicating the Speed unit (type ASCII, count = 2).
|
static int |
TAG_GPS_STATUS
A tag indicating the GPS receiver status (type ASCII, count = 2).
|
static int |
TAG_GPS_TIME_STAMP
A tag indicating the GPS time (atomic clock) (type RATIONAL, count = 3).
|
static int |
TAG_GPS_TRACK
A tag indicating the Direction of movement (type RATIONAL, count = 1).
|
static int |
TAG_GPS_TRACK_REF
A tag indicating the Reference for direction of movement (type ASCII,
count = 2).
|
static int |
TAG_GPS_VERSION_ID
A tag indicating the GPS tag version (type BYTE, count = 4).
|
private static EXIFGPSTagSet |
theInstance |
Modifier | Constructor and Description |
---|---|
private |
EXIFGPSTagSet() |
Modifier and Type | Method and Description |
---|---|
static EXIFGPSTagSet |
getInstance()
Returns a shared instance of an
EXIFGPSTagSet . |
private static List |
initTags() |
getTag, getTag, getTagNames, getTagNumbers
private static EXIFGPSTagSet theInstance
public static final int TAG_GPS_VERSION_ID
GPS_VERSION_2_2
,
Constant Field Valuespublic static byte[] GPS_VERSION_2_2
{'2', '2', '0',
'0'}
to be used with the "GPSVersionID" tag to indicate
GPS version 2.2.TAG_GPS_VERSION_ID
public static final int TAG_GPS_LATITUDE_REF
public static final int TAG_GPS_LATITUDE
public static final int TAG_GPS_LONGITUDE_REF
public static final int TAG_GPS_LONGITUDE
public static final int TAG_GPS_ALTITUDE_REF
public static final int TAG_GPS_ALTITUDE
public static final int TAG_GPS_TIME_STAMP
public static final int TAG_GPS_SATELLITES
public static final int TAG_GPS_STATUS
public static final int TAG_GPS_MEASURE_MODE
MEASURE_MODE_2D
,
MEASURE_MODE_3D
,
Constant Field Valuespublic static final int TAG_GPS_DOP
public static final int TAG_GPS_SPEED_REF
public static final int TAG_GPS_SPEED
public static final int TAG_GPS_TRACK_REF
public static final int TAG_GPS_TRACK
public static final int TAG_GPS_IMG_DIRECTION_REF
public static final int TAG_GPS_IMG_DIRECTION
public static final int TAG_GPS_MAP_DATUM
public static final int TAG_GPS_DEST_LATITUDE_REF
public static final int TAG_GPS_DEST_LATITUDE
public static final int TAG_GPS_DEST_LONGITUDE_REF
public static final int TAG_GPS_DEST_LONGITUDE
public static final int TAG_GPS_DEST_BEARING_REF
public static final int TAG_GPS_DEST_BEARING
public static final int TAG_GPS_DEST_DISTANCE_REF
public static final int TAG_GPS_DEST_DISTANCE
public static final int TAG_GPS_PROCESSING_METHOD
public static final int TAG_GPS_AREA_INFORMATION
public static final int TAG_GPS_DATE_STAMP
public static final int TAG_GPS_DIFFERENTIAL
public static final String LATITUDE_REF_NORTH
public static final String LATITUDE_REF_SOUTH
public static final String LONGITUDE_REF_EAST
public static final String LONGITUDE_REF_WEST
public static final int ALTITUDE_REF_SEA_LEVEL
TAG_GPS_ALTITUDE_REF
,
Constant Field Valuespublic static final int ALTITUDE_REF_SEA_LEVEL_REFERENCE
TAG_GPS_ALTITUDE_REF
,
Constant Field Valuespublic static final String STATUS_MEASUREMENT_IN_PROGRESS
TAG_GPS_STATUS
,
Constant Field Valuespublic static final String STATUS_MEASUREMENT_INTEROPERABILITY
TAG_GPS_STATUS
,
Constant Field Valuespublic static final String MEASURE_MODE_2D
TAG_GPS_MEASURE_MODE
,
Constant Field Valuespublic static final String MEASURE_MODE_3D
TAG_GPS_MEASURE_MODE
,
Constant Field Valuespublic static final String SPEED_REF_KILOMETERS_PER_HOUR
TAG_GPS_SPEED_REF
,
Constant Field Valuespublic static final String SPEED_REF_MILES_PER_HOUR
TAG_GPS_SPEED_REF
,
Constant Field Valuespublic static final String SPEED_REF_KNOTS
TAG_GPS_SPEED_REF
,
Constant Field Valuespublic static final String DIRECTION_REF_TRUE
public static final String DIRECTION_REF_MAGNETIC
public static final String DEST_DISTANCE_REF_KILOMETERS
TAG_GPS_DEST_DISTANCE_REF
,
Constant Field Valuespublic static final String DEST_DISTANCE_REF_MILES
TAG_GPS_DEST_DISTANCE_REF
,
Constant Field Valuespublic static final String DEST_DISTANCE_REF_KNOTS
TAG_GPS_DEST_DISTANCE_REF
,
Constant Field Valuespublic static int DIFFERENTIAL_CORRECTION_NONE
TAG_GPS_DIFFERENTIAL
public static int DIFFERENTIAL_CORRECTION_APPLIED
TAG_GPS_DIFFERENTIAL
private static List initTags()
public static EXIFGPSTagSet getInstance()
EXIFGPSTagSet
.EXIFGPSTagSet
instance.Copyright © 2017 Open Microscopy Environment