 | 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
Syntaxpublic static CPJ CreateIPJ(
CIPJ ip_jin,
CIPJ ip_jout
)
public static CPJ CreateIPJ(
CIPJ ip_jin,
CIPJ ip_jout
)
Public Shared Function CreateIPJ (
ip_jin As CIPJ,
ip_jout As CIPJ
) As CPJ
Public Shared Function CreateIPJ (
ip_jin As CIPJ,
ip_jout As CIPJ
) As CPJ
public:
static CPJ^ CreateIPJ(
CIPJ^ ip_jin,
CIPJ^ ip_jout
)
public:
static CPJ^ CreateIPJ(
CIPJ^ ip_jin,
CIPJ^ ip_jout
)
static member CreateIPJ :
ip_jin : CIPJ *
ip_jout : CIPJ -> CPJ
static member CreateIPJ :
ip_jin : CIPJ *
ip_jout : CIPJ -> CPJ
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:
CPJPJ 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