IPolarPlotterInitialise Method (Double, Double) |
Initialises the plotter with a standard set of slices and bearing rounding.
Namespace: VirtualRadar.Interface.ListenerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void Initialise(
double latitude,
double longitude
)
Sub Initialise (
latitude As Double,
longitude As Double
)
void Initialise(
double latitude,
double longitude
)
abstract Initialise :
latitude : float *
longitude : float -> unit
Parameters
- latitude
- Type: SystemDouble
- longitude
- Type: SystemDouble
Remarks
The standard slices are -2.1 billion to 9999', 10000 to 19999', 20000 to 29999' and 30000 to 2.1 billion feet,
plus another that covers -2.1 billion to 2.1 billion feet. Bearings are rounded to the nearest degree.
See Also