Click or drag to resize

CPJ.ConvertXYZ Method

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

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.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: System.Double
X (or Longitude)
y
Type: System.Double
Y (or Latitude)
z
Type: System.Double
Z (or Depth)
See Also