[This is preliminary documentation and is subject to change.]
Tag numbers used in GPS Sub IFD
Namespace: Tools.MetadataT.ExifTAssembly: 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 name | Value | Description | |
|---|---|---|---|
| GPSVersionID | 0 | GPS tag version | |
| GPSLatitudeRef | 1 | North or South Latitude | |
| GPSLatitude | 2 | Latitude | |
| GPSLongitudeRef | 3 | East or West Longitude | |
| GPSLongitude | 4 | Longitude | |
| GPSAltitudeRef | 5 | Altitude reference | |
| GPSAltitude | 6 | Altitude | |
| GPSTimeStamp | 7 | GPS time (atomic clock) | |
| GPSSatellites | 8 | GPS satellites used for measurement | |
| GPSStatus | 9 | GPS receiver status | |
| GPSMeasureMode | 10 | GPS measurement mode | |
| GPSDOP | 11 | Measurement precision | |
| GPSSpeedRef | 12 | Speed unit | |
| GPSSpeed | 13 | Speed of GPS receiver | |
| GPSTrackRef | 14 | Reference for direction of movement | |
| GPSTrack | 15 | Direction of movement | |
| GPSImgDirectionRef | 16 | Reference for direction of image | |
| GPSImgDirection | 17 | Direction of image | |
| GPSMapDatum | 18 | Geodetic survey data used | |
| GPSDestLatitudeRef | 19 | Reference for latitude of destination | |
| GPSDestLatitude | 20 | Latitude of destination | |
| GPSDestLongitudeRef | 21 | Reference for longitude of destination | |
| GPSDestLongitude | 22 | Longitude of destination | |
| GPSDestBearingRef | 23 | Reference for bearing of destination | |
| GPSDestBearing | 24 | Bearing of destination | |
| GPSDestDistanceRef | 25 | Reference for distance to destination | |
| GPSDestDistance | 26 | Distance to destination | |
| GPSProcessingMethod | 27 | Name of GPS processing method | |
| GPSAreaInformation | 28 | Name of GPS area | |
| GPSDateStamp | 29 | GPS date | |
| GPSDifferential | 30 | GPS differential correction | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |
See Also
Version History
1.5.2
- FieldDisplayNameAttribute added for enum items.