Method Parse
Parse(String)
Parses the wktString, returning the defined IShape.
Declaration
public virtual IShape Parse(string wktString)
Parameters
Type | Name | Description |
---|---|---|
System.String | wktString |
Returns
Type | Description |
---|---|
IShape | Non-null IShape defined in the string |
Exceptions
Type | Condition |
---|---|
ParseException | Thrown if there is an error in the IShape definition |