Method ReadShapeFromWkt
ReadShapeFromWkt(String)
Reads a shape from the string formatted in WKT. See WktShapeParser.
Declaration
public virtual IShape ReadShapeFromWkt(string wkt)
Parameters
Type | Name | Description |
---|---|---|
System.String | wkt | non-null WKT. |
Returns
Type | Description |
---|---|
IShape | non-null |
Exceptions
Type | Condition |
---|---|
ParseException | if it failed to parse. |