Click or drag to resize

MzMapProjectionProjectionShortName 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.Generic.Cartography
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static string ProjectionShortName(
	string projString
)

Parameters

projString
Type: SystemString
A string the the WKT format for a spatial reference system

Return Value

Type: String
See Also