Interface ExifTags.Gps
- Enclosing interface:
- ExifTags
public static interface ExifTags.Gps
Definition of specialized GPS Exif tags.
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
- Since:
- 5.0.100
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAltitude GPSAltitude 6 6 RATIONAL 1
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intAltitude reference GPSAltitudeRef 5 5 BYTE 1
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intFor further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intFor further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intBearing of destination GPSDestBearing 24 18 RATIONAL 1
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intReference for bearing of destination GPSDestBearingRef 23 17 ASCII 2
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intDistance to destination GPSDestDistance 26 1A RATIONAL 1
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intReference for distance to destination GPSDestDistanceRef 25 19 ASCII 2
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intLatitude of destination GPSDestLatitude 20 14 RATIONAL 3 For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intReference for latitude of destination GPSDestLatitudeRef 19 13 ASCII 2
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intLongitude of destination GPSDestLongitude 22 16 RATIONAL 3
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intReference for longitude of destination GPSDestLongitudeRef 21 15 ASCII 2
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intFor further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intMeasurement precision GPSDOP 11 B RATIONAL 1
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intDirection of image GPSImgDirection 17 11 RATIONAL 1
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intReference for direction of image GPSImgDirectionRef 16 10 ASCII 2
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intLatitude GPSLatitude 2 2 RATIONAL 3
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intNorth or South Latitude GPSLatitudeRef 1 1 ASCII 2
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intLongitude GPSLongitude 4 4 RATIONAL 3
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intEast or West Longitude GPSLongitudeRef 3 3 ASCII 2
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intGeodetic survey data used GPSMapDatum 18 12 ASCII Any
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intGPS measurement mode GPSMeasureMode 10 A ASCII 2
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intValues of "GPS", "CELLID", "WLAN" or "MANUAL" by the EXIF spec.static final intGPS satellites used for measurement GPSSatellites 8 8 ASCII Any
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intSpeed of GPS receiver GPSSpeed 13 D RATIONAL 1
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intSpeed unit GPSSpeedRef 12 C ASCII 2
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intGPS receiver status GPSStatus 9 9 ASCII 2
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intGPS time (atomic clock) GPSTimeStamp 7 7 RATIONAL 3
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intDirection of movement GPSTrack 15 F RATIONAL 1
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intReference for direction of movement GPSTrackRef 14 E ASCII 2
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.static final intGPS tag version GPSVersionID 0 0 BYTE 4
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
-
Field Details
-
TAG_GPS_VERSION_ID
static final int TAG_GPS_VERSION_IDGPS tag version GPSVersionID 0 0 BYTE 4
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_LATITUDE_REF
static final int TAG_GPS_LATITUDE_REFNorth or South Latitude GPSLatitudeRef 1 1 ASCII 2
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_LATITUDE
static final int TAG_GPS_LATITUDELatitude GPSLatitude 2 2 RATIONAL 3
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_LONGITUDE_REF
static final int TAG_GPS_LONGITUDE_REFEast or West Longitude GPSLongitudeRef 3 3 ASCII 2
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_LONGITUDE
static final int TAG_GPS_LONGITUDELongitude GPSLongitude 4 4 RATIONAL 3
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_ALTITUDE_REF
static final int TAG_GPS_ALTITUDE_REFAltitude reference GPSAltitudeRef 5 5 BYTE 1
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_ALTITUDE
static final int TAG_GPS_ALTITUDEAltitude GPSAltitude 6 6 RATIONAL 1
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_TIME_STAMP
static final int TAG_GPS_TIME_STAMPGPS time (atomic clock) GPSTimeStamp 7 7 RATIONAL 3
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_SATELLITES
static final int TAG_GPS_SATELLITESGPS satellites used for measurement GPSSatellites 8 8 ASCII Any
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_STATUS
static final int TAG_GPS_STATUSGPS receiver status GPSStatus 9 9 ASCII 2
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_MEASURE_MODE
static final int TAG_GPS_MEASURE_MODEGPS measurement mode GPSMeasureMode 10 A ASCII 2
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_DOP
static final int TAG_GPS_DOPMeasurement precision GPSDOP 11 B RATIONAL 1
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_SPEED_REF
static final int TAG_GPS_SPEED_REFSpeed unit GPSSpeedRef 12 C ASCII 2
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_SPEED
static final int TAG_GPS_SPEEDSpeed of GPS receiver GPSSpeed 13 D RATIONAL 1
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_TRACK_REF
static final int TAG_GPS_TRACK_REFReference for direction of movement GPSTrackRef 14 E ASCII 2
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_TRACK
static final int TAG_GPS_TRACKDirection of movement GPSTrack 15 F RATIONAL 1
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_IMG_DIRECTION_REF
static final int TAG_GPS_IMG_DIRECTION_REFReference for direction of image GPSImgDirectionRef 16 10 ASCII 2
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_IMG_DIRECTION
static final int TAG_GPS_IMG_DIRECTIONDirection of image GPSImgDirection 17 11 RATIONAL 1
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_MAP_DATUM
static final int TAG_GPS_MAP_DATUMGeodetic survey data used GPSMapDatum 18 12 ASCII Any
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_DEST_LATITUDE_REF
static final int TAG_GPS_DEST_LATITUDE_REFReference for latitude of destination GPSDestLatitudeRef 19 13 ASCII 2
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_DEST_LATITUDE
static final int TAG_GPS_DEST_LATITUDELatitude of destination GPSDestLatitude 20 14 RATIONAL 3 For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_DEST_LONGITUDE_REF
static final int TAG_GPS_DEST_LONGITUDE_REFReference for longitude of destination GPSDestLongitudeRef 21 15 ASCII 2
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_DEST_LONGITUDE
static final int TAG_GPS_DEST_LONGITUDELongitude of destination GPSDestLongitude 22 16 RATIONAL 3
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_DEST_BEARING_REF
static final int TAG_GPS_DEST_BEARING_REFReference for bearing of destination GPSDestBearingRef 23 17 ASCII 2
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_DEST_BEARING
static final int TAG_GPS_DEST_BEARINGBearing of destination GPSDestBearing 24 18 RATIONAL 1
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_DEST_DISTANCE_REF
static final int TAG_GPS_DEST_DISTANCE_REFReference for distance to destination GPSDestDistanceRef 25 19 ASCII 2
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_DEST_DISTANCE
static final int TAG_GPS_DEST_DISTANCEDistance to destination GPSDestDistance 26 1A RATIONAL 1
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_PROCESSING_METHOD
static final int TAG_GPS_PROCESSING_METHODValues of "GPS", "CELLID", "WLAN" or "MANUAL" by the EXIF spec.
For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_AREA_INFORMATION
static final int TAG_GPS_AREA_INFORMATIONFor further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_DATE_STAMP
static final int TAG_GPS_DATE_STAMPFor further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-
TAG_GPS_DIFFERENTIAL
static final int TAG_GPS_DIFFERENTIALFor further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.- Since:
- 5.0.100
- See Also:
-