Click or drag to resize
GPSInfo Class
GPSInformation provides basic methods to handle a GPS information.
Inheritance Hierarchy
SystemObject
  Flir.Atlas.ImageGPSInfo

Namespace: Flir.Atlas.Image
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public class GPSInfo

The GPSInfo type exposes the following members.

Constructors
  NameDescription
Public methodGPSInfo
Initializes a new instance of the GPSInfo class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAltitude
Gets the altitude.
Public propertyAltitudeRef
Gets the altitude reference.
Public propertyDop
Gets the DOP.
Public propertyLatitude
Gets the latitude.
Public propertyLatitudeRef
Gets the latitude reference.
Public propertyLongitude
Gets the Longitude.
Public propertyLongitudeRef
Gets the longitude reference.
Public propertyMapDatum
Gets the map datum.
Public propertySatellites
Gets the satellites.
Public propertyTimestamp
Gets time.
Top
See Also