LinearRing
No overview available.
Constructor
Signature
def LinearRing() - > null
Signature
def LinearRing(
coordinates: array
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| coordinates | array | A sequence of (x, y, [z]) numeric tuples representing the vertices of the ring; the sequence must be closed or will be closed automatically. |