Click or drag to resize

CPJCreateIPJ Method

This method creates a projection object from IPJs.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CPJ CreateIPJ(
	CIPJ ip_jin,
	CIPJ ip_jout
)

public static CPJ CreateIPJ(
	CIPJ ip_jin,
	CIPJ ip_jout
)

Parameters

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

Return Value

Type: CPJ
PJ Object
Remarks
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.
See Also