CompactPositionReportingCoordinate Class |
Namespace: VirtualRadar.Interface.Adsb
The CompactPositionReportingCoordinate type exposes the following members.
Name | Description | |
---|---|---|
CompactPositionReportingCoordinate |
Creates a new object.
| |
CompactPositionReportingCoordinate(Int32, Int32, Boolean, Byte) |
Creates a new object.
|
Name | Description | |
---|---|---|
Latitude |
Gets or sets the latitude.
| |
Longitude |
Gets or sets the longitude.
| |
NumberOfBits |
Gets or sets the number of bits that the coordinate was encoded in - possible values are 12, 14, 17 or 19.
| |
OddFormat |
Gets or sets a value indicating whether the coordinate is in ODD format (true) or EVEN format (false).
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns an English description of the coordinate.
(Overrides ObjectToString.) |