 | CPJCreate Method |
This method creates a projection object.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CPJ Create(
CGXNETCore gxNetShared,
string input,
string output
)
public static CPJ Create(
CGXNETCore gxNetShared,
string input,
string output
)
Public Shared Function Create (
gxNetShared As CGXNETCore,
input As String,
output As String
) As CPJ
Public Shared Function Create (
gxNetShared As CGXNETCore,
input As String,
output As String
) As CPJ
public:
static CPJ^ Create(
CGXNETCore^ gxNetShared,
String^ input,
String^ output
)
public:
static CPJ^ Create(
CGXNETCore^ gxNetShared,
String^ input,
String^ output
)
static member Create :
gxNetShared : CGXNETCore *
input : string *
output : string -> CPJ
static member Create :
gxNetShared : CGXNETCore *
input : string *
output : string -> CPJ
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - input
- Type: SystemString
Input PRJ file name, "" for geodetic - output
- Type: SystemString
Ouput PRJ file name, "" for geodetic
Return Value
Type:
CPJPJ Object
See Also