MultiLineString
Create a MultiLineString by a number of lists of Position objects.
Parameters
The lists of Position objects that make up the LineString objects.
The BoundingBox of this geometry.
Throws
if any of the Position lists is not a valid LineString
Create a MultiLineString by a number of LineString objects.
Parameters
The LineString objects that make up this multi-line string.
The BoundingBox of this geometry.
Throws
if any of the LineString objects contains fewer than 2 Position objects.
Create a MultiLineString by an array (= LineString objects) of arrays (= Position objects) where each Position is represented by a DoubleArray.
Parameters
The array of arrays of double arrays representing LineString objects.
The BoundingBox of this geometry.
Throws
if any of the Position lists is not a valid LineString or any of the arrays of doubles does not represent a valid Position.