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 TypeMethodDescriptionprotected GeometryCollection
GeometryCollection.copyInternal()
GeometryFactory.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.protected GeometryCollection
GeometryCollection.reverseInternal()
-
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) protected Geometry
GeometryTransformer.transformGeometryCollection
(GeometryCollection geom, Geometry parent) -
Uses of GeometryCollection in org.locationtech.jtstest.function
Methods in org.locationtech.jtstest.function that return GeometryCollectionModifier and TypeMethodDescriptionstatic GeometryCollection
DiffFunctions.diffSegments
(Geometry a, Geometry b) static GeometryCollection
DiffFunctions.diffSegmentsBoth
(Geometry a, Geometry b) static GeometryCollection
DiffFunctions.diffVerticesBoth
(Geometry a, Geometry b) static GeometryCollection
DiffFunctions.duplicateSegments
(Geometry a) static GeometryCollection
DiffFunctions.singleSegments
(Geometry a) -
Uses of GeometryCollection in org.locationtech.jtstest.testbuilder.io.shapefile
Methods in org.locationtech.jtstest.testbuilder.io.shapefile that return GeometryCollectionModifier and TypeMethodDescriptionShapefile.read
(GeometryFactory geometryFactory) Initialises a shapefile from disk.Constructors in org.locationtech.jtstest.testbuilder.io.shapefile with parameters of type GeometryCollection