A MultiLineString is a collection of LineStrings.
A MultiLineString is closed if each of its elements is closed.
Optional
`MULTILINESTRING ( (0 0,1 1,1 2), (2 3,3 2,5 4) )` Copy
`MULTILINESTRING ( (0 0,1 1,1 2), (2 3,3 2,5 4) )`
https://postgis.net/docs/using_postgis_dbmanagement.html#MultiLineString
Generated using TypeDoc
A MultiLineString is a collection of LineStrings.
A MultiLineString is closed if each of its elements is closed.