Click or drag to resize
CPJCreateIPJ Method
This method creates a projection object from IPJs.

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)
Notes
If converting to/from long/lat in the natural coordinate system of the source/target, only the long/lat system can be passed as (IPJ)0.
Syntax
public static CPJ CreateIPJ(
	CIPJ oIPJ1,
	CIPJ oIPJ2
)

Parameters

oIPJ1
Type: GeoEngine.Core.GXNetCIPJ
Input Projection, (IPJ)0 for long/lat
oIPJ2
Type: GeoEngine.Core.GXNetCIPJ
Output Projection, (IPJ)0 for long/lat

Return Value

Type: CPJ
PJ Object
See Also