[This is preliminary documentation and is subject to change.]

Tag numbers used in GPS Sub IFD

Namespace: Tools.MetadataT.ExifT
Assembly: Tools.Metadata (in Tools.Metadata.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[CLSCompliantAttribute(false)]
public enum Tags
Visual Basic
<CLSCompliantAttribute(False)> _
Public Enumeration Tags
Visual C++
[CLSCompliantAttribute(false)]
public enum class Tags
F#
[<CLSCompliantAttribute(false)>]
type Tags
JScript
public enum Tags

Members

Member nameValueDescription
GPSVersionID0GPS tag version
GPSLatitudeRef1North or South Latitude
GPSLatitude2Latitude
GPSLongitudeRef3East or West Longitude
GPSLongitude4Longitude
GPSAltitudeRef5Altitude reference
GPSAltitude6Altitude
GPSTimeStamp7GPS time (atomic clock)
GPSSatellites8GPS satellites used for measurement
GPSStatus9GPS receiver status
GPSMeasureMode10GPS measurement mode
GPSDOP11Measurement precision
GPSSpeedRef12Speed unit
GPSSpeed13Speed of GPS receiver
GPSTrackRef14Reference for direction of movement
GPSTrack15Direction of movement
GPSImgDirectionRef16Reference for direction of image
GPSImgDirection17Direction of image
GPSMapDatum18Geodetic survey data used
GPSDestLatitudeRef19Reference for latitude of destination
GPSDestLatitude20Latitude of destination
GPSDestLongitudeRef21Reference for longitude of destination
GPSDestLongitude22Longitude of destination
GPSDestBearingRef23Reference for bearing of destination
GPSDestBearing24Bearing of destination
GPSDestDistanceRef25Reference for distance to destination
GPSDestDistance26Distance to destination
GPSProcessingMethod27Name of GPS processing method
GPSAreaInformation28Name of GPS area
GPSDateStamp29GPS date
GPSDifferential30GPS differential correction
IsFlagsGets value indicating if given value is of enum type which has FlagsAttribute applied
GetNameGets name of given enumeration value
GetConstantGets constant field that represents given enum value
GetValueGets value of enum in its unedlying type
IsDefinedGets value idicating if given value is defined as constant in enumeration

See Also

Collapse/expand Version History

1.5.2