public class PointGeometryIterator extends GeometryIterator
| Constructor and Description |
|---|
PointGeometryIterator(PointTypeGeometry geometry) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
boolean |
hasNext() |
java.lang.Object |
next() |
Point |
nextPoint() |
void |
reset() |
removepublic PointGeometryIterator(PointTypeGeometry geometry)
public boolean hasNext()
public java.lang.Object next()
public Point nextPoint()
public int getCount()
getCount in class GeometryIteratorpublic void reset()
reset in class GeometryIterator