Uses of Class
org.locationtech.jts.geom.GeometryCollection
Packages that use GeometryCollection
Package
Description
Contains the
Geometry
interface hierarchy and supporting classes.Provides classes that parse and modify Geometry objects.
-
Uses of GeometryCollection in org.locationtech.jts.geom
Subclasses of GeometryCollection in org.locationtech.jts.geomModifier and TypeClassDescriptionclass
Models a collection ofLineString
s.class
Models a collection ofPoint
s.class
Models a collection ofPolygon
s.Methods in org.locationtech.jts.geom that return GeometryCollectionModifier and TypeMethodDescriptionGeometryFactory.createGeometryCollection()
Constructs an emptyGeometryCollection
geometry.GeometryFactory.createGeometryCollection
(Geometry[] geometries) Creates a GeometryCollection using the given Geometries; a null or empty array will create an empty GeometryCollection.GeometryCollection.reverse()
Creates aGeometryCollection
with every component reversed. -
Uses of GeometryCollection in org.locationtech.jts.geom.util
Methods in org.locationtech.jts.geom.util that return GeometryCollectionModifier and TypeMethodDescriptionGeometryCollectionMapper.map
(GeometryCollection gc) static GeometryCollection
GeometryCollectionMapper.map
(GeometryCollection gc, GeometryMapper.MapOp op) Methods in org.locationtech.jts.geom.util with parameters of type GeometryCollectionModifier and TypeMethodDescriptionGeometryCollectionMapper.map
(GeometryCollection gc) static GeometryCollection
GeometryCollectionMapper.map
(GeometryCollection gc, GeometryMapper.MapOp op)