Click or drag to resize

CIPJReadWKT Method

Set coordinate system from a WKT PROJ coordinate string

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.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