Table of Contents

Class ExifPropertyKeys.GpsInfo

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Core.dll
public static class ExifPropertyKeys.GpsInfo
Inheritance
ExifPropertyKeys.GpsInfo
Inherited Members

Properties

GPSAltitude

Indicates the altitude based on the reference in GPSAltitudeRef. Altitude is expressed as one RATIONAL value. The reference unit is meters.

GPSAltitudeRef

Indicates the altitude used as the reference altitude. If the reference is sea level and the altitude is above sea level, 0 is given. If the altitude is below sea level, a value of 1 is given and the altitude is indicated as an absolute value in the GSPAltitude tag. The reference unit is meters. Note that this tag is BYTE type, unlike other reference tags.

GPSAreaInformation

A character string recording the name of the GPS area. The first byte indicates the character code used, and this is followed by the name of the GPS area.

GPSDOP

Indicates the GPS DOP (data degree of precision). An HDOP value is written during two-dimensional measurement, and PDOP during three-dimensional measurement.

GPSDateStamp

A character string recording date and time information relative to UTC (Coordinated Universal Time). The format is "YYYY:MM:DD.".

GPSDestBearing

Indicates the bearing to the destination point. The range of values is from 0.00 to 359.99.

GPSDestBearingRef

Indicates the reference used for giving the bearing to the destination point. "T" denotes true direction and "M" is magnetic direction.

GPSDestDistance

Indicates the distance to the destination point.

GPSDestDistanceRef

Indicates the unit used to express the distance to the destination point. "K", "M" and "N" represent kilometers, miles and knots.

GPSDestLatitude

Indicates the latitude of the destination point. The latitude is expressed as three RATIONAL values giving the degrees, minutes, and seconds, respectively. If latitude is expressed as degrees, minutes and seconds, a typical format would be dd/1,mm/1,ss/1. When degrees and minutes are used and, for example, fractions of minutes are given up to two decimal places, the format would be dd/1,mmmm/100,0/1.

GPSDestLatitudeRef

Indicates whether the latitude of the destination point is north or south latitude. The ASCII value "N" indicates north latitude, and "S" is south latitude.

GPSDestLongitude

Indicates the longitude of the destination point. The longitude is expressed as three RATIONAL values giving the degrees, minutes, and seconds, respectively. If longitude is expressed as degrees, minutes and seconds, a typical format would be ddd/1,mm/1,ss/1. When degrees and minutes are used and, for example, fractions of minutes are given up to two decimal places, the format would be ddd/1,mmmm/100,0/1.

GPSDestLongitudeRef

Indicates whether the longitude of the destination point is east or west longitude. ASCII "E" indicates east longitude, and "W" is west longitude.

GPSDifferential

Indicates whether differential correction is applied to the GPS receiver.

GPSImgDirection

Indicates the direction of the image when it was captured. The range of values is from 0.00 to 359.99.

GPSImgDirectionRef

Indicates the reference for giving the direction of the image when it is captured. "T" denotes true direction and "M" is magnetic direction.

GPSLatitude

Indicates the latitude. The latitude is expressed as three RATIONAL values giving the degrees, minutes, and seconds, respectively. When degrees, minutes and seconds are expressed, the format is dd/1,mm/1,ss/1. When degrees and minutes are used and, for example, fractions of minutes are given up to two decimal places, the format is dd/1,mmmm/100,0/1.

GPSLatitudeRef

Indicates whether the latitude is north or south latitude. The ASCII value 'N' indicates north latitude, and 'S' is south latitude.

GPSLongitude

Indicates the longitude. The longitude is expressed as three RATIONAL values giving the degrees, minutes, and seconds, respectively. When degrees, minutes and seconds are expressed, the format is ddd/1,mm/1,ss/1. When degrees and minutes are used and, for example, fractions of minutes are given up to two decimal places, the format is ddd/1,mmmm/100,0/1.

GPSLongitudeRef

Indicates whether the longitude is east or west longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude.

GPSMapDatum

Indicates the geodetic survey data used by the GPS receiver. If the survey data is restricted to Japan, the value of this tag is "TOKYO" or "WGS-84".

GPSMeasureMode

Indicates the GPS measurement mode. "2" means two-dimensional measurement and "3" means three-dimensional measurement is in progress.

GPSProcessingMethod

A character string recording the name of the method used for location finding. The first byte indicates the character code used, and this is followed by the name of the method.

GPSSatellites

Indicates the GPS satellites used for measurements. This tag can be used to describe the number of satellites, their ID number, angle of elevation, azimuth, SNR and other information in ASCII notation. The format is not specified. If the GPS receiver is incapable of taking measurements, value of the tag is set to NULL.

GPSSpeed

Indicates the speed of GPS receiver movement.

GPSSpeedRef

Indicates the unit used to express the GPS receiver speed of movement. "K" "M" and "N" represents kilometers per hour, miles per hour, and knots.

GPSStatus

Indicates the status of the GPS receiver when the image is recorded. "A" means measurement is in progress, and "V" means the measurement is Interoperability.

GPSTimeStamp

Indicates the time as UTC (Coordinated Universal Time). TimeStamp is expressed as three RATIONAL values giving the hour, minute, and second (atomic clock).

GPSTrack

Indicates the direction of GPS receiver movement. The range of values is from 0.00 to 359.99.

GPSTrackRef

Indicates the reference for giving the direction of GPS receiver movement. "T" denotes true direction and "M" is magnetic direction.

GPSVersionID

Indicates the version of GPSInfoIFD. The version is given as 2.0.0.0. This tag is mandatory when GPSInfo tag is present. (Note: The GPSVersionID tag is given in bytes, unlike the ExifVersion tag. When the version is 2.0.0.0, the tag value is 02000000.H).