Click or drag to resize

GeoTransformWGSToPtvMercator Method (Double)

Transforms a distance value given in WGS format to the PTV-internal Mercator format.

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 WGSToPtvMercator(
	double distance
)

Parameters

distance
Type: SystemDouble
Distance given by two points in WGS format.

Return Value

Type: Double
Distance value given in PTV-internal Mercator format.
See Also