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.
Since:
5.0.100
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Altitude GPSAltitude 6 6 RATIONAL 1
    For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
    static final int
    Altitude reference GPSAltitudeRef 5 5 BYTE 1
    For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
    static final int
    For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
    static final int
    For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
    static final int
    Bearing 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 int
    Reference 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 int
    Distance 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 int
    Reference 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 int
    Latitude 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 int
    Reference 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 int
    Longitude 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 int
    Reference 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 int
    For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
    static final int
    Measurement precision GPSDOP 11 B RATIONAL 1
    For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
    static final int
    Direction 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 int
    Reference 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 int
    Latitude GPSLatitude 2 2 RATIONAL 3
    For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
    static final int
    North 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 int
    Longitude GPSLongitude 4 4 RATIONAL 3
    For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
    static final int
    East 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 int
    Geodetic 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 int
    GPS 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 int
    Values of "GPS", "CELLID", "WLAN" or "MANUAL" by the EXIF spec.
    static final int
    GPS 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 int
    Speed 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 int
    Speed unit GPSSpeedRef 12 C ASCII 2
    For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
    static final int
    GPS 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 int
    GPS 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 int
    Direction 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 int
    Reference 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 int
    GPS 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_ID
      GPS 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_REF
      North 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_LATITUDE
      Latitude 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_REF
      East 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_LONGITUDE
      Longitude 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_REF
      Altitude 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_ALTITUDE
      Altitude 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_STAMP
      GPS 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_SATELLITES
      GPS 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_STATUS
      GPS 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_MODE
      GPS 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_DOP
      Measurement 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_REF
      Speed 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_SPEED
      Speed 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_REF
      Reference 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_TRACK
      Direction 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_REF
      Reference 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_DIRECTION
      Direction 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_DATUM
      Geodetic 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_REF
      Reference 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_LATITUDE
      Latitude 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_REF
      Reference 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_LONGITUDE
      Longitude 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_REF
      Reference 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_BEARING
      Bearing 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_REF
      Reference 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_DISTANCE
      Distance 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_METHOD
      Values 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_INFORMATION
      For 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_STAMP
      For 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_DIFFERENTIAL
      For further descriptions, tags see http://www.exif.org/Exif2-2.PDF or the manufacturer definitions.
      Since:
      5.0.100
      See Also: