Click or drag to resize

CoordinateTransformations.TransformPtvGeoMinSekToWgs84 Method

Provides the managed PTV GeoMinSek to WGS84 transformation.

Namespace:  Ptv.Components.Projections.Direct
Assembly:  Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntax
public static void TransformPtvGeoMinSekToWgs84(
	ref double x,
	ref double y,
	ref double z
)

Parameters

x
Type: System.Double
The x-coordinate to transform (in and out).
y
Type: System.Double
The y-coordinate to transform (in and out).
z
Type: System.Double
The z-coordinate to transform (in and out, see remarks on CoordinateTransformations).
See Also