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