Click or drag to resize

WgsExtensionsPtvMercatorToWGS Method

Conversion of a PTV-internal Mercator distance into a WGS distance.

Namespace:  Ptv.XServer.Controls.Map.Tools
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public static double PtvMercatorToWGS(
	double distance
)

Parameters

distance
Type: SystemDouble
Distance given in PTV-internal Mercator format.

Return Value

Type: Double
Distance given in pixel format.
See Also