public void ImportCoordSysFromString( string definition, ref HorizontalCoordSys horizCoordSys, ref VerticalCoordSys vertCoordSys, bool isPRJ = false, bool doNotAdd = false, string issuer = "", string authCode = "" )
The ImportCoordSysFromString method creates a Horizontal and/or Vertical CoordSys object from a string containing a WKT, WKT2, or PRJ definition of a coordinate system. The new Coordinate System(s) will be placed into the appropriate argument, horizCoordSys and/or vertCoordSys. If the string passed as argument does not contain a valid coordinate system definition, then a GeoCalcException will be thrown with an ErrorCode specifying CannotImportCoordinateSystem.
If the input string is a PRJ string, set the isPRJ argument to True.
If you do not want the Coordinate System(s) automatically added to the DataSource, set doNotAdd to True. If it is going to be added to the DataSource, the issuer and authCode can be used to define the new CRS's identifiers.