Uses of Class
org.locationtech.jts.geom.GeometryCollection
-
Packages that use GeometryCollection Package Description org.locationtech.jts.geom org.locationtech.jts.geom.util -
-
Uses of GeometryCollection in org.locationtech.jts.geom
Subclasses of GeometryCollection in org.locationtech.jts.geom Modifier and Type Class Description classMultiLineStringModels a collection ofLineStrings.classMultiPointModels a collection ofPoints.classMultiPolygonModels a collection ofPolygons.Methods in org.locationtech.jts.geom that return GeometryCollection Modifier and Type Method Description protected GeometryCollectionGeometryCollection. copyInternal()GeometryCollectionGeometryFactory. createGeometryCollection()GeometryCollectionGeometryFactory. createGeometryCollection(Geometry[] geometries)Creates a GeometryCollection using the given Geometries; a null or empty array will create an empty GeometryCollection. -
Uses of GeometryCollection in org.locationtech.jts.geom.util
Methods in org.locationtech.jts.geom.util that return GeometryCollection Modifier and Type Method Description GeometryCollectionGeometryCollectionMapper. map(GeometryCollection gc)static GeometryCollectionGeometryCollectionMapper. map(GeometryCollection gc, GeometryMapper.MapOp op)Methods in org.locationtech.jts.geom.util with parameters of type GeometryCollection Modifier and Type Method Description GeometryCollectionGeometryCollectionMapper. map(GeometryCollection gc)static GeometryCollectionGeometryCollectionMapper. map(GeometryCollection gc, GeometryMapper.MapOp op)protected GeometryGeometryTransformer. transformGeometryCollection(GeometryCollection geom, Geometry parent)
-