public class LineGeometryIterator extends GeometryIterator
| Constructor and Description |
|---|
LineGeometryIterator(LineTypeGeometry geometry) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
boolean |
hasNext() |
java.lang.Object |
next() |
LineString |
nextLine() |
void |
reset() |
removepublic LineGeometryIterator(LineTypeGeometry geometry)
public boolean hasNext()
public java.lang.Object next()
public LineString nextLine()
public int getCount()
getCount in class GeometryIteratorpublic void reset()
reset in class GeometryIterator