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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void ConvertXY(
	ref double d1,
	ref double d2
)

Parameters

d1
Type: SystemDouble
X (or Longitude)
d2
Type: SystemDouble
Y (or Latitude)
See Also