CoordinateArrayExtension extension

A helper extension on List<double> to handle coordinate values.

on

Properties

box Box
A bounding box with coordinate values as a view backed by this.
no setter
position Position
A position with coordinate values as a view backed by this.
no setter
xy Position
A position with x and y coordinates as a view backed by this.
no setter
xym Position
A position with x, y and m coordinates as a view backed by this.
no setter
xyz Position
A position with x, y and z coordinates as a view backed by this.
no setter
xyzm Position
A position with x, y, z and m coordinates as a view backed by this.
no setter

Methods

positions([Coords type = Coords.xy]) PositionSeries
Coordinate values of geospatial positions as a view backed by this.