new LineStringCollection
This is an internal class that will be removed from the API.
Parameters:
Name | Type | Argument | Description |
---|---|---|---|
buf |
ol.structs.Buffer | Buffer. |
|
ranges |
Object.<string, number>= |
<optional> |
(Optional) Ranges. |
dim |
number |
<optional> |
(Optional) Dimension. |
- Source:
- linestringcollection.js, line 25
Methods
-
<static> pack
-
This is an internal function that will be removed from the API.
Parameters:
Name Type Argument Description unpackedLineStrings
Array.<ol.geom2.LineString> Unpacked line strings.
capacity
number <optional>
(Optional) Capacity.
dim
number <optional>
(Optional) Dimension.
- Source:
- linestringcollection.js, line 65
Returns:
Line string collection.