Click or drag to resize

ProjectionTranslatorConvertWkt2Proj4 Method (String)

Function that converts a map projection string in WKT (PRJ) format to PROJ.4 format.

Namespace:  DHI.Projections
Assembly:  DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static string ConvertWkt2Proj4(
	string wktProjectionString
)

Parameters

wktProjectionString
Type: SystemString
Full WKT projection string

Return Value

Type: String
See Also