public class LineSegments<P extends Position> extends Object implements Iterable<LineSegment<P>>
PointSequence into an Iterable over the
LineSegments defined by each consecutive pair of Points in the PointSequence.| Constructor and Description |
|---|
LineSegments(PositionSequence<P> positionSequence) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<LineSegment<P>> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic LineSegments(PositionSequence<P> positionSequence)
public Iterator<LineSegment<P>> iterator()
iterator in interface Iterable<LineSegment<P extends Position>>Copyright © 2021 geolatte.org. All rights reserved.