Method ParseMultiPointShape
ParseMultiPointShape(WktShapeParser.State)
Parses a MULTIPOINT shape from the raw string -- a collection of points.
'(' coordinate (',' coordinate )* ')'
Furthermore, coordinate can optionally be wrapped in parenthesis.
Declaration
protected virtual IShape ParseMultiPointShape(WktShapeParser.State state)
Parameters
Type | Name | Description |
---|---|---|
WktShapeParser.State | state |
Returns
Type | Description |
---|---|
IShape |