public class LineSegmentIterable extends Object implements Iterable<ILineSegment>
| Modifier and Type | Class and Description |
|---|---|
static class |
LineSegmentIterable.LineSegmentIterator |
| Constructor and Description |
|---|
LineSegmentIterable(ICoordinateSequence sequence) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ILineSegment> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic LineSegmentIterable(ICoordinateSequence sequence)
public Iterator<ILineSegment> iterator()
iterator in interface Iterable<ILineSegment>Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.