Click or drag to resize

CIPJReadWKT Method

Set coordinate system from a WKT PROJ coordinate string

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax
public void ReadWKT(
	string wkt
)

public void ReadWKT(
	string wkt
)

Parameters

wkt
Type: SystemString
WKT PROJ format projection string
Remarks
If the projection is not supported in Geosoft, the IPJ will be unknown.
See Also