| Constructor and Description |
|---|
GeometryCollectionIterator(GeometryCollection
Create a new iterator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
|
Iterator |
iterator()
|
Geometry |
next()
|
void |
remove()
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemainingpublic GeometryCollectionIterator(GeometryCollectiongc)
gc - the collection to iterate over.