Method NewState
NewState(String)
(internal) Creates a new State with the given String. It's only called by ParseIfSupported(String). This is an extension point for subclassing.
Declaration
protected virtual WktShapeParser.State NewState(string wktString)
Parameters
Type | Name | Description |
---|---|---|
System.String | wktString |
Returns
Type | Description |
---|---|
WktShapeParser.State |