Method PointList
PointList(WktShapeParser.State)
Reads a list of Points (AKA CoordinateSequence) from the current position.
'(' coordinate (',' coordinate )* ')'
Declaration
protected virtual IList<IPoint> PointList(WktShapeParser.State state)
Parameters
Type | Name | Description |
---|---|---|
WktShapeParser.State | state |
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<IPoint> |