public class LineSegments extends Object implements Iterable<LineSegment>
PointSequence
into an Iterable
over the
LineSegments
defined by each consecutive pair of Point
s 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, wait
forEach, spliterator
public LineSegments(PointSequence pointSequence)
public Iterator<LineSegment> iterator()
iterator
in interface Iterable<LineSegment>
Copyright © 2015 geolatte.org. All rights reserved.