Click or drag to resize

CPJCreate Method

This method creates a projection object.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CPJ Create(
	string input,
	string output
)

public static CPJ Create(
	string input,
	string output
)

Parameters

input
Type: SystemString
Input PRJ file name, "" for geodetic
output
Type: SystemString
Ouput PRJ file name, "" for geodetic

Return Value

Type: CPJ
PJ Object
See Also