Click or drag to resize
IAirPressureLookup Interface
The interface for objects that can take a list of air pressures and from that give you the closest air pressure reading for a point on the surface of the earth.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IAirPressureLookup : ISingleton<IAirPressureLookup>

The IAirPressureLookup type exposes the following members.

Properties
Methods
  NameDescription
Public methodFindClosest
Returns the closest air pressure reading to a point on the globe. Can return null if no air pressures have been loaded.
Public methodLoadAirPressures
Erases all previously loaded pressures and stores a new set.
Top
Remarks
Implementations must be thread-safe.
See Also