CoordinateTransformationsTransformWgs84ToUtm Method |
Provides the managed WGSPTV Geodecimal to UTM transformation.
Namespace:
Ptv.Components.Projections.Direct
Assembly:
Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntax public static void TransformWgs84ToUtm(
ref double x,
ref double y,
ref double z
)
Public Shared Sub TransformWgs84ToUtm (
ByRef x As Double,
ByRef y As Double,
ByRef z As Double
)
public:
static void TransformWgs84ToUtm(
double% x,
double% y,
double% z
)
static member TransformWgs84ToUtm :
x : float byref *
y : float byref *
z : float byref -> unit
Parameters
- x
- Type: SystemDouble
The x-coordinate to transform (in and out). - y
- Type: SystemDouble
The y-coordinate to transform (in and out). - z
- Type: SystemDouble
The z-coordinate to transform (in and out, see remarks on CoordinateTransformations).
See Also