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_collectionsMethods in com.esri.core.geometry.ogc that return OGCConcreteGeometryCollection Modifier and Type Method Description OGCConcreteGeometryCollectionOGCConcreteGeometryCollection. flatten()Flattens Geometry Collection.OGCConcreteGeometryCollectionOGCConcreteGeometryCollection. flattenAndRemoveOverlaps()Fixes topological overlaps in the GeometryCollecion.private static OGCConcreteGeometryCollectionOGCConcreteGeometryCollection. toGeometryCollection(OGCGeometry geometry)Methods in com.esri.core.geometry.ogc with parameters of type OGCConcreteGeometryCollection Modifier and Type Method Description private GeometryCursorOGCConcreteGeometryCollection. 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)
-