Click or drag to resize
Coordinate Class
An immutable object that describes a point where an aircraft was seen and the time at which its position was recorded.
Inheritance Hierarchy
SystemObject
  VirtualRadar.InterfaceCoordinate

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class Coordinate

The Coordinate type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAltitude
Gets the altitude of the aircraft.
Public propertyDataVersion
Gets the aircraft's DataVersion that was current when the coordinate was recorded.
Public propertyGroundSpeed
Gets the ground speed of the aircraft.
Public propertyHeading
Gets the direction the aircraft was pointing in.
Public propertyLatitude
Gets the latitude that the aircraft was at.
Public propertyLongitude
Gets the longitude that the aircraft was at.
Public propertyTick
Gets the time that the aircraft was at this coordinate.
Top
Methods
  NameDescription
Public methodEquals
Returns true if the other object represents the same coordinate as this one. Two coordinates are equal if their Latitude, Longitude, Altitude and GroundSpeed are equal - the other properties are not considered.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
See base docs.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
See base docs.
(Overrides ObjectToString.)
Top
See Also