Uses of Class
com.esri.core.geometry.ogc.OGCConcreteGeometryCollection
-
Packages that use OGCConcreteGeometryCollection Package Description com.esri.core.geometry.ogc -
-
Uses of OGCConcreteGeometryCollection in com.esri.core.geometry.ogc
Fields in com.esri.core.geometry.ogc with type parameters of type OGCConcreteGeometryCollection Modifier and Type Field Description private java.util.List<OGCConcreteGeometryCollection>
OGCConcreteGeometryCollection.FlatteningCollectionCursor. m_collections
Methods in com.esri.core.geometry.ogc that return OGCConcreteGeometryCollection Modifier and Type Method Description OGCConcreteGeometryCollection
OGCConcreteGeometryCollection. flatten()
Flattens Geometry Collection.OGCConcreteGeometryCollection
OGCConcreteGeometryCollection. flattenAndRemoveOverlaps()
Fixes topological overlaps in the GeometryCollecion.private static OGCConcreteGeometryCollection
OGCConcreteGeometryCollection. toGeometryCollection(OGCGeometry geometry)
Methods in com.esri.core.geometry.ogc with parameters of type OGCConcreteGeometryCollection Modifier and Type Method Description private GeometryCursor
OGCConcreteGeometryCollection. prepare_for_ops_(OGCConcreteGeometryCollection collection)
Constructor parameters in com.esri.core.geometry.ogc with type arguments of type OGCConcreteGeometryCollection Constructor Description FlatteningCollectionCursor(java.util.List<OGCConcreteGeometryCollection> collections)
-