PositionArrayExtension extension
A helper extension on Iterable<Position>
.
Methods
-
series(
) → PositionSeries -
Available on Iterable<
Returns positions of thisPosition> , provided by the PositionArrayExtension extensionPosition
iterable asPositionSeries
. -
toText(
{String delimiter = ',', String? positionDelimiter = ',', int? decimals, bool compactNums = true, bool swapXY = false}) → String -
Available on Iterable<
A string representation of coordinate values of all positions (in this iterable) separated byPosition> , provided by the PositionArrayExtension extensiondelimiter
. -
writeValues(
StringSink buffer, {String delimiter = ',', String? positionDelimiter, int? decimals, bool compactNums = true, bool swapXY = false}) → void -
Available on Iterable<
Writes coordinate values of all positions (in this iterable) toPosition> , provided by the PositionArrayExtension extensionbuffer
separated bydelimiter
.