public interface CoordSequence extends Splittable<CoordSequence>, Sequence
Modifier and Type | Method and Description |
---|---|
double[] |
getCoords()
Returns the array used to store the coordinates for the current
position in this sequence.
|
boolean |
next()
Advances to the next entry.
|
split, splittableSize
double[] getCoords()
next()
method. Its contents before the first call
or after a call returning false are undefined.
This method returns the same value throughout the lifetime of this sequence, it's only the contents that change to reflect the current state of the iteration.
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.