ExportCoordSysToString Method

public string ExportCoordSysToString( HorizontalCoordSys horizCoordSys, VerticalCoordSys vertCoordSys, bool isPRJ = false, bool isCTL = false, string authority = null, string authorityMap = null, string version = null )

 

Description

The ExportCoordSysToString method produces a Well-Known-Text (WKT) string that describes the specified HorizontalCoordSys and optional VerticalCoordSys.

The isPRJ argument indicates whether the definition is a PRJ string.

The isCTL argument indicates whether the definition is for a CTL file.

The authority argument can be used to specify a primary authority.

The authorityMap argument can be used to specify a primary authority map.

The version argument can be used to specify a version.