Click or drag to resize
ICompactPositionReporting Interface
The interface for classes that can encode and decode Compact Position Reporting coordinates.

Namespace: VirtualRadar.Interface.Adsb
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface ICompactPositionReporting

The ICompactPositionReporting type exposes the following members.

Methods
  NameDescription
Public methodEncode
Encodes a latitude and longitude to CPR coordinates.
Public methodGlobalDecode
Decodes an early and later CPR coordinate into an unambiguous location on the surface of the globe. May return null if the location cannot be decoded.
Public methodLocalDecode
Decodes a CPR latitude and longitude to an unambiguous latitude and longitude with reference to a known latitude and longitude.
Top
See Also