Click or drag to resize
MapProjectionProjectionShortName Method
Get the short name out of a WKT projetion string.

The short name is not unique amongst all WKT projections

If the projString is not a WKT projection string, the projString itself is returned as the short name.

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public static string ProjectionShortName(
	string projString
)

Parameters

projString
Type: SystemString
A WKT projection string

Return Value

Type: String
See Also