Package Summary  Overview Summary

class:ExifGPSTagSet [NONE]


  • public final class ExifGPSTagSet
    extends TIFFTagSet
    
    A class representing the tags found in an Exif GPS Info IFD.

    The definitions of the data types referenced by the field definitions may be found in the TIFFTag class.

    Since:
    9
    See Also:
    ExifTIFFTagSet

field:TAG_GPS_VERSION_ID [NONE]

field:GPS_VERSION_2_2 [NONE]

  • GPS_VERSION_2_2

    public static final String GPS_VERSION_2_2
    A value to be used with the "GPSVersionID" tag to indicate GPS version 2.2. The value equals the US-ASCII encoding of the byte array {'2', '2', '0', '0'} .
    See Also:
    TAG_GPS_VERSION_ID, Constant Field Values

field:TAG_GPS_LATITUDE_REF [NONE]

field:TAG_GPS_LATITUDE [NONE]

  • TAG_GPS_LATITUDE

    public static final int TAG_GPS_LATITUDE
    A tag indicating the Latitude (type RATIONAL, count = 3).
    See Also:
    Constant Field Values

field:TAG_GPS_LONGITUDE_REF [NONE]

field:TAG_GPS_LONGITUDE [NONE]

  • TAG_GPS_LONGITUDE

    public static final int TAG_GPS_LONGITUDE
    A tag indicating the Longitude (type RATIONAL, count = 3).
    See Also:
    Constant Field Values

field:TAG_GPS_ALTITUDE_REF [NONE]

field:TAG_GPS_ALTITUDE [NONE]

  • TAG_GPS_ALTITUDE

    public static final int TAG_GPS_ALTITUDE
    A tag indicating the Altitude (type RATIONAL, count = 1).
    See Also:
    Constant Field Values

field:TAG_GPS_TIME_STAMP [NONE]

  • TAG_GPS_TIME_STAMP

    public static final int TAG_GPS_TIME_STAMP
    A tag indicating the GPS time (atomic clock) (type RATIONAL, count = 3).
    See Also:
    Constant Field Values

field:TAG_GPS_SATELLITES [NONE]

  • TAG_GPS_SATELLITES

    public static final int TAG_GPS_SATELLITES
    A tag indicating the GPS satellites used for measurement (type ASCII).
    See Also:
    Constant Field Values

field:TAG_GPS_STATUS [NONE]

field:TAG_GPS_MEASURE_MODE [NONE]

field:TAG_GPS_DOP [NONE]

  • TAG_GPS_DOP

    public static final int TAG_GPS_DOP
    A tag indicating the Measurement precision (type RATIONAL, count = 1).
    See Also:
    Constant Field Values

field:TAG_GPS_SPEED_REF [NONE]

field:TAG_GPS_SPEED [NONE]

  • TAG_GPS_SPEED

    public static final int TAG_GPS_SPEED
    A tag indicating the Speed of GPS receiver (type RATIONAL, count = 1).
    See Also:
    Constant Field Values

field:TAG_GPS_TRACK_REF [NONE]

field:TAG_GPS_TRACK [NONE]

  • TAG_GPS_TRACK

    public static final int TAG_GPS_TRACK
    A tag indicating the Direction of movement (type RATIONAL, count = 1).
    See Also:
    Constant Field Values

field:TAG_GPS_IMG_DIRECTION_REF [NONE]

field:TAG_GPS_IMG_DIRECTION [NONE]

  • TAG_GPS_IMG_DIRECTION

    public static final int TAG_GPS_IMG_DIRECTION
    A tag indicating the Direction of image (type RATIONAL, count = 1).
    See Also:
    Constant Field Values

field:TAG_GPS_MAP_DATUM [NONE]

  • TAG_GPS_MAP_DATUM

    public static final int TAG_GPS_MAP_DATUM
    A tag indicating the Geodetic survey data used (type ASCII).
    See Also:
    Constant Field Values

field:TAG_GPS_DEST_LATITUDE_REF [NONE]

field:TAG_GPS_DEST_LATITUDE [NONE]

  • TAG_GPS_DEST_LATITUDE

    public static final int TAG_GPS_DEST_LATITUDE
    A tag indicating the Latitude of destination (type RATIONAL, count = 3).
    See Also:
    Constant Field Values

field:TAG_GPS_DEST_LONGITUDE_REF [NONE]

field:TAG_GPS_DEST_LONGITUDE [NONE]

  • TAG_GPS_DEST_LONGITUDE

    public static final int TAG_GPS_DEST_LONGITUDE
    A tag indicating the Longitude of destination (type RATIONAL, count = 3).
    See Also:
    Constant Field Values

field:TAG_GPS_DEST_BEARING_REF [NONE]

field:TAG_GPS_DEST_BEARING [NONE]

  • TAG_GPS_DEST_BEARING

    public static final int TAG_GPS_DEST_BEARING
    A tag indicating the Bearing of destination (type RATIONAL, count = 1).
    See Also:
    Constant Field Values

field:TAG_GPS_DEST_DISTANCE_REF [NONE]

field:TAG_GPS_DEST_DISTANCE [NONE]

  • TAG_GPS_DEST_DISTANCE

    public static final int TAG_GPS_DEST_DISTANCE
    A tag indicating the Distance to destination (type RATIONAL, count = 1).
    See Also:
    Constant Field Values

field:TAG_GPS_PROCESSING_METHOD [NONE]

  • TAG_GPS_PROCESSING_METHOD

    public static final int TAG_GPS_PROCESSING_METHOD
    A tag indicating the Name of GPS processing method (type UNDEFINED).
    See Also:
    Constant Field Values

field:TAG_GPS_AREA_INFORMATION [NONE]

  • TAG_GPS_AREA_INFORMATION

    public static final int TAG_GPS_AREA_INFORMATION
    A tag indicating the Name of GPS area (type UNDEFINED).
    See Also:
    Constant Field Values

field:TAG_GPS_DATE_STAMP [NONE]

  • TAG_GPS_DATE_STAMP

    public static final int TAG_GPS_DATE_STAMP
    A tag indicating the GPS date (type ASCII, count 11).
    See Also:
    Constant Field Values

field:TAG_GPS_DIFFERENTIAL [NONE]

field:LATITUDE_REF_NORTH [NONE]

field:LATITUDE_REF_SOUTH [NONE]

field:LONGITUDE_REF_EAST [NONE]

field:LONGITUDE_REF_WEST [NONE]

field:ALTITUDE_REF_SEA_LEVEL [NONE]

field:ALTITUDE_REF_SEA_LEVEL_REFERENCE [NONE]

field:STATUS_MEASUREMENT_IN_PROGRESS [NONE]

field:STATUS_MEASUREMENT_INTEROPERABILITY [NONE]

field:MEASURE_MODE_2D [NONE]

field:MEASURE_MODE_3D [NONE]

field:SPEED_REF_KILOMETERS_PER_HOUR [NONE]

field:SPEED_REF_MILES_PER_HOUR [NONE]

field:SPEED_REF_KNOTS [NONE]

field:DIRECTION_REF_TRUE [NONE]

field:DIRECTION_REF_MAGNETIC [NONE]

field:DEST_DISTANCE_REF_KILOMETERS [NONE]

field:DEST_DISTANCE_REF_MILES [NONE]

field:DEST_DISTANCE_REF_KNOTS [NONE]

field:DIFFERENTIAL_CORRECTION_NONE [NONE]

field:DIFFERENTIAL_CORRECTION_APPLIED [NONE]

method:getInstance() [NONE]

  • getInstance

    public static ExifGPSTagSet getInstance()
    Returns a shared instance of an ExifGPSTagSet.
    Returns:
    an ExifGPSTagSet instance.

© 2018 Oracle Corporation and/or its affiliates