Click or drag to resize
CompactPositionReportingCoordinate Class
Describes a Compact Position Reporting coordinate.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.AdsbCompactPositionReportingCoordinate

Namespace: VirtualRadar.Interface.Adsb
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class CompactPositionReportingCoordinate

The CompactPositionReportingCoordinate type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyLatitude
Gets or sets the latitude.
Public propertyLongitude
Gets or sets the longitude.
Public propertyNumberOfBits
Gets or sets the number of bits that the coordinate was encoded in - possible values are 12, 14, 17 or 19.
Public propertyOddFormat
Gets or sets a value indicating whether the coordinate is in ODD format (true) or EVEN format (false).
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from 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
Serves as a hash function for a particular type.
(Inherited from Object.)
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
Returns an English description of the coordinate.
(Overrides ObjectToString.)
Top
See Also