Uses of Class
org.locationtech.jts.geom.GeometryCollectionIterator
-
Packages that use GeometryCollectionIterator Package Description org.locationtech.jts.geom Contains theGeometry
interface hierarchy and supporting classes. -
-
Uses of GeometryCollectionIterator in org.locationtech.jts.geom
Fields in org.locationtech.jts.geom declared as GeometryCollectionIterator Modifier and Type Field Description private GeometryCollectionIterator
GeometryCollectionIterator. subcollectionIterator
The iterator over a nestedGeometry
, ornull
if thisGeometryCollectionIterator
is not currently iterating over a nestedGeometryCollection
.
-