Click or drag to resize
CPJConvertXY Method
Convert X, Y from input projection to output projection.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void ConvertXY(
	ref double x,
	ref double y
)

Parameters

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