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.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public static string ProjectionShortName(
string projString
)
Public Shared Function ProjectionShortName (
projString As String
) As String
public:
static String^ ProjectionShortName(
String^ projString
)
static member ProjectionShortName :
projString : string -> string
Parameters
- projString
- Type: SystemString
A WKT projection string
Return Value
Type:
StringSee Also