Method ParseMultiLineStringShape
ParseMultiLineStringShape(WktShapeParser.State)
Parses a MULTILINESTRING shape from the raw string -- a collection of line strings.
'(' coordinateSequence (',' coordinateSequence )* ')'
Declaration
protected virtual IShape ParseMultiLineStringShape(WktShapeParser.State state)
Parameters
Type | Name | Description |
---|---|---|
WktShapeParser.State | state |
Returns
Type | Description |
---|---|
IShape |