Click or drag to resize

CPJConvertXYZ Method

Convert X,Y,Z from input projection to output projection.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void ConvertXYZ(
	ref double x,
	ref double y,
	ref double z
)

public void ConvertXYZ(
	ref double x,
	ref double y,
	ref double z
)

Parameters

x
Type: SystemDouble
X (or Longitude)
y
Type: SystemDouble
Y (or Latitude)
z
Type: SystemDouble
Z (or Depth)
See Also