Krita Source Code Documentation
Loading...
Searching...
No Matches
Exif::GPSInfo Namespace Reference

Variables

const uint16_t GPSAltitude = 0x0006
 
const uint16_t GPSAltitudeRef = 0x0005
 
const uint16_t GPSAreaInformation = 0x001c
 
const uint16_t GPSDateStamp = 0x001d
 
const uint16_t GPSDestBearing = 0x0018
 
const uint16_t GPSDestBearingRef = 0x0017
 
const uint16_t GPSDestDistance = 0x001a
 
const uint16_t GPSDestDistanceRef = 0x0019
 
const uint16_t GPSDestLatitude = 0x0014
 
const uint16_t GPSDestLatitudeRef = 0x0013
 
const uint16_t GPSDestLongitude = 0x0016
 
const uint16_t GPSDestLongitudeRef = 0x0015
 
const uint16_t GPSDifferential = 0x001e
 
const uint16_t GPSDOP = 0x000b
 
const uint16_t GPSHPositioningError = 0x001f
 
const uint16_t GPSImgDirection = 0x0011
 
const uint16_t GPSImgDirectionRef = 0x0010
 
const uint16_t GPSLatitude = 0x0002
 
const uint16_t GPSLatitudeRef = 0x0001
 
const uint16_t GPSLongitude = 0x0004
 
const uint16_t GPSLongitudeRef = 0x0003
 
const uint16_t GPSMapDatum = 0x0012
 
const uint16_t GPSMeasureMode = 0x000a
 
const uint16_t GPSProcessingMethod = 0x001b
 
const uint16_t GPSSatellites = 0x0008
 
const uint16_t GPSSpeed = 0x000d
 
const uint16_t GPSSpeedRef = 0x000c
 
const uint16_t GPSStatus = 0x0009
 
const uint16_t GPSTimeStamp = 0x0007
 
const uint16_t GPSTrack = 0x000f
 
const uint16_t GPSTrackRef = 0x000e
 
const uint16_t GPSVersionID = 0x0000
 

Variable Documentation

◆ GPSAltitude

const uint16_t Exif::GPSInfo::GPSAltitude = 0x0006

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

Definition at line 1586 of file kis_meta_data_tags.h.

◆ GPSAltitudeRef

const uint16_t Exif::GPSInfo::GPSAltitudeRef = 0x0005

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.

Definition at line 1582 of file kis_meta_data_tags.h.

◆ GPSAreaInformation

const uint16_t Exif::GPSInfo::GPSAreaInformation = 0x001c

A character string recording the name of the GPS area.The string encoding is defined using the same scheme as UserComment.

Definition at line 1680 of file kis_meta_data_tags.h.

◆ GPSDateStamp

const uint16_t Exif::GPSInfo::GPSDateStamp = 0x001d

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

Definition at line 1684 of file kis_meta_data_tags.h.

◆ GPSDestBearing

const uint16_t Exif::GPSInfo::GPSDestBearing = 0x0018

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

Definition at line 1664 of file kis_meta_data_tags.h.

◆ GPSDestBearingRef

const uint16_t Exif::GPSInfo::GPSDestBearingRef = 0x0017

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

Definition at line 1660 of file kis_meta_data_tags.h.

◆ GPSDestDistance

const uint16_t Exif::GPSInfo::GPSDestDistance = 0x001a

Indicates the distance to the destination point.

Definition at line 1672 of file kis_meta_data_tags.h.

◆ GPSDestDistanceRef

const uint16_t Exif::GPSInfo::GPSDestDistanceRef = 0x0019

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

Definition at line 1668 of file kis_meta_data_tags.h.

◆ GPSDestLatitude

const uint16_t Exif::GPSInfo::GPSDestLatitude = 0x0014

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.

Definition at line 1646 of file kis_meta_data_tags.h.

◆ GPSDestLatitudeRef

const uint16_t Exif::GPSInfo::GPSDestLatitudeRef = 0x0013

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.

Definition at line 1640 of file kis_meta_data_tags.h.

◆ GPSDestLongitude

const uint16_t Exif::GPSInfo::GPSDestLongitude = 0x0016

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.

Definition at line 1656 of file kis_meta_data_tags.h.

◆ GPSDestLongitudeRef

const uint16_t Exif::GPSInfo::GPSDestLongitudeRef = 0x0015

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

Definition at line 1650 of file kis_meta_data_tags.h.

◆ GPSDifferential

const uint16_t Exif::GPSInfo::GPSDifferential = 0x001e

Indicates whether differential correction is applied to the GPS receiver.

Definition at line 1688 of file kis_meta_data_tags.h.

◆ GPSDOP

const uint16_t Exif::GPSInfo::GPSDOP = 0x000b

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

Definition at line 1608 of file kis_meta_data_tags.h.

◆ GPSHPositioningError

const uint16_t Exif::GPSInfo::GPSHPositioningError = 0x001f

This tag indicates horizontal positioning errors in meters.

Definition at line 1692 of file kis_meta_data_tags.h.

◆ GPSImgDirection

const uint16_t Exif::GPSInfo::GPSImgDirection = 0x0011

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

Definition at line 1632 of file kis_meta_data_tags.h.

◆ GPSImgDirectionRef

const uint16_t Exif::GPSInfo::GPSImgDirectionRef = 0x0010

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

Definition at line 1628 of file kis_meta_data_tags.h.

◆ GPSLatitude

const uint16_t Exif::GPSInfo::GPSLatitude = 0x0002

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.

Definition at line 1566 of file kis_meta_data_tags.h.

◆ GPSLatitudeRef

const uint16_t Exif::GPSInfo::GPSLatitudeRef = 0x0001

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

Definition at line 1560 of file kis_meta_data_tags.h.

◆ GPSLongitude

const uint16_t Exif::GPSInfo::GPSLongitude = 0x0004

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.

Definition at line 1576 of file kis_meta_data_tags.h.

◆ GPSLongitudeRef

const uint16_t Exif::GPSInfo::GPSLongitudeRef = 0x0003

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

Definition at line 1570 of file kis_meta_data_tags.h.

◆ GPSMapDatum

const uint16_t Exif::GPSInfo::GPSMapDatum = 0x0012

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".

Definition at line 1636 of file kis_meta_data_tags.h.

◆ GPSMeasureMode

const uint16_t Exif::GPSInfo::GPSMeasureMode = 0x000a

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

Definition at line 1604 of file kis_meta_data_tags.h.

◆ GPSProcessingMethod

const uint16_t Exif::GPSInfo::GPSProcessingMethod = 0x001b

A character string recording the name of the method used for location finding. The string encoding is defined using the same scheme as UserComment.

Definition at line 1676 of file kis_meta_data_tags.h.

◆ GPSSatellites

const uint16_t Exif::GPSInfo::GPSSatellites = 0x0008

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.

Definition at line 1596 of file kis_meta_data_tags.h.

◆ GPSSpeed

const uint16_t Exif::GPSInfo::GPSSpeed = 0x000d

Indicates the speed of GPS receiver movement.

Definition at line 1616 of file kis_meta_data_tags.h.

◆ GPSSpeedRef

const uint16_t Exif::GPSInfo::GPSSpeedRef = 0x000c

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.

Definition at line 1612 of file kis_meta_data_tags.h.

◆ GPSStatus

const uint16_t Exif::GPSInfo::GPSStatus = 0x0009

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.

Definition at line 1600 of file kis_meta_data_tags.h.

◆ GPSTimeStamp

const uint16_t Exif::GPSInfo::GPSTimeStamp = 0x0007

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

Definition at line 1590 of file kis_meta_data_tags.h.

◆ GPSTrack

const uint16_t Exif::GPSInfo::GPSTrack = 0x000f

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

Definition at line 1624 of file kis_meta_data_tags.h.

◆ GPSTrackRef

const uint16_t Exif::GPSInfo::GPSTrackRef = 0x000e

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

Definition at line 1620 of file kis_meta_data_tags.h.

◆ GPSVersionID

const uint16_t Exif::GPSInfo::GPSVersionID = 0x0000

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).

Definition at line 1556 of file kis_meta_data_tags.h.