MDM_EXIF_GPS Properties

FreeImage.NET

MDM_EXIF_GPS Properties

The MDM_EXIF_GPS type exposes the following members.

Properties
  Name Description
Public property Altitude
Gets or sets the altitude based on the reference in AltitudeDirection. Altitude is expressed as one rational value. The reference unit is meters.
Public property AltitudeDirection
Gets a value indicating whether Altitude is sea level and the altitude is above sea level. If the altitude is below sea level Altitude is indicated as an absolute value.
Public property AltitudeSign
Gets or sets the sign of the SignedAltitude.
Public property AreaInformation
Gets or sets 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. Since the Type is not ASCII, NULL termination is not necessary.
Public property Count
Returns the number of metadata tags this instance represents.
(Inherited from MetadataModel.)
Public property DateStamp
Gets or sets date information relative to UTC (Coordinated Universal Time).
Public property DateTimeStamp
Gets or sets date and time information relative to UTC (Coordinated Universal Time).
Public property DestinationBearing
Gets or sets the bearing to the destination point. The range of values is from 0.00 to 359.99.
Public property DestinationDirectionReference
Gets or sets the reference used for giving the bearing to the destination point.
Public property DestinationLatitude
Gets or sets the latitude of the destination point. The latitude is expressed as three rational values giving the degrees, minutes, and seconds, respectively. Constant length of 3.
Public property DestinationLatitudeDirection
Gets or sets a value indicating whether the destination point is north or south latitude.
Public property DestinationLongitude
Gets or sets the longitude of the destination point. The longitude is expressed as three rational values giving the degrees, minutes, and seconds, respectively. Constant length of 3.
Public property DestinationLongitudeDirection
Gets or sets a value indicating whether the destination point is east or west longitude.
Public property DestinationUnit
Gets or sets the unit used to express the distance to the destination point.
Public property DOP
Gets or sets the GPS DOP (data degree of precision). An HDOP value is written during two-dimensional measurement, and PDOP during three-dimensional measurement.
Public property Exists
Returns whether this model exists in the bitmaps metadata structure.
(Inherited from MetadataModel.)
Public property ImageDirection
Gets or sets the direction of the image when it was captured. The range of values is from 0.00 to 359.99.
Public property ImageDirectionReference
Gets or sets the reference for giving the direction of GPS receiver movement.
Public property IsDifferential
Gets or sets a value indicating whether differential correction was applied to the GPS receiver.
Public property Item
Returns the metadata tag at the given index. This operation is slow when accessing all tags.
(Inherited from MetadataModel.)
Public property Latitude
Gets or sets the latitude of the image. The latitude is expressed as three rational values giving the degrees, minutes, and seconds, respectively. Constant length of 3.
Public property LatitudeDirection
Gets or sets a value indicating whether the Latitude is north or south latitude.
Public property List
Returns a list of all metadata tags this instance represents.
(Inherited from MetadataModel.)
Public property Longitude
Gets or sets the longitude of the image. The longitude is expressed as three rational values giving the degrees, minutes, and seconds, respectively. Constant length of 3.
Public property LongitudeDirection
Gets or sets a value indicating whether Longitude is east or west longitude.
Public property MapDatum
Gets or sets 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'.
Public property MeasureMode3D
Gets or sets a value indicating the GPS measurement mode. true indicates three-dimensional measurement; false indicated two-dimensional measurement was in progress.
Public property Model
Retrieves the datamodel that this instance represents.
(Overrides MetadataModelModel.)
Public property ProcessingMethod
Gets or sets 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. Since the Type is not ASCII, NULL termination is not necessary.
Public property Satellites
Gets or sets 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.
Public property SignedAltitude
Gets or sets the signed altitude. Altitude is expressed as one rational value. The reference unit is meters.
Public property Speed
Gets or sets the speed of GPS receiver movement.
Public property SpeedUnit
Gets or sets the unit used to express the GPS receiver Speed of movement.
Public property Status
Gets or sets a value indicating the status of the GPS receiver when the image was recorded. true indicates measurement was in progress; false indicates measurement was Interoperability.
Public property TimeStamp
Gets or sets the time as UTC (Coordinated Universal Time). Constant length of 3.
Public property Track
Gets or sets the direction of GPS receiver movement. The range of values is from 0.00 to 359.99.
Public property TrackDirectionReference
Gets or sets the reference for giving the direction of GPS receiver movement.
Public property VersionID
Gets or sets the GPS version ID. Constant length of 4.
Top
See Also