Skip to main content

LinearRing

No overview available.

Constructor

Signature

def LinearRing() - > null

Signature

def LinearRing(
coordinates: array
) - > null

Parameters

NameTypeDescription
coordinatesarrayA sequence of (x, y, [z]) numeric tuples representing the vertices of the ring; the sequence must be closed or will be closed automatically.