Uses of Class
org.locationtech.jts.geom.GeometryCollection
-
Packages that use GeometryCollection Package Description org.locationtech.jts.geom Contains theGeometry
interface hierarchy and supporting classes.org.locationtech.jts.geom.util Provides classes that parse and modify Geometry objects. -
-
Uses of GeometryCollection in org.locationtech.jts.geom
Subclasses of GeometryCollection in org.locationtech.jts.geom Modifier and Type Class Description class
MultiLineString
Models a collection ofLineString
s.class
MultiPoint
Models a collection ofPoint
s.class
MultiPolygon
Models a collection ofPolygon
s.Methods in org.locationtech.jts.geom that return GeometryCollection Modifier and Type Method Description GeometryCollection
GeometryFactory. createGeometryCollection()
Constructs an emptyGeometryCollection
geometry.GeometryCollection
GeometryFactory. 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 GeometryCollection
GeometryCollectionMapper. map(GeometryCollection gc)
static GeometryCollection
GeometryCollectionMapper. map(GeometryCollection gc, GeometryMapper.MapOp op)
Methods in org.locationtech.jts.geom.util with parameters of type GeometryCollection Modifier and Type Method Description GeometryCollection
GeometryCollectionMapper. map(GeometryCollection gc)
static GeometryCollection
GeometryCollectionMapper. map(GeometryCollection gc, GeometryMapper.MapOp op)
-