public class PolygonGeometryIterator extends GeometryIterator
| Constructor and Description |
|---|
PolygonGeometryIterator(PolygonTypeGeometry geometry) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
boolean |
hasNext() |
java.lang.Object |
next() |
Polygon |
nextPolygon() |
void |
reset() |
removepublic PolygonGeometryIterator(PolygonTypeGeometry geometry)
public boolean hasNext()
public java.lang.Object next()
public Polygon nextPolygon()
public int getCount()
getCount in class GeometryIteratorpublic void reset()
reset in class GeometryIterator