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