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 TypeClassDescriptionclassModels a collection ofLineStrings.classModels a collection ofPoints.classModels a collection ofPolygons.Methods in org.locationtech.jts.geom that return GeometryCollectionModifier and TypeMethodDescriptionprotected GeometryCollectionGeometryCollection.copyInternal()GeometryFactory.createGeometryCollection()Constructs an emptyGeometryCollectiongeometry.GeometryFactory.createGeometryCollection(Geometry[] geometries) Creates a GeometryCollection using the given Geometries; a null or empty array will create an empty GeometryCollection.GeometryCollection.reverse()Creates aGeometryCollectionwith every component reversed.protected GeometryCollectionGeometryCollection.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 GeometryCollectionGeometryCollectionMapper.map(GeometryCollection gc, GeometryMapper.MapOp op) Methods in org.locationtech.jts.geom.util with parameters of type GeometryCollectionModifier and TypeMethodDescriptionGeometryCollectionMapper.map(GeometryCollection gc) static GeometryCollectionGeometryCollectionMapper.map(GeometryCollection gc, GeometryMapper.MapOp op) protected GeometryGeometryTransformer.transformGeometryCollection(GeometryCollection geom, Geometry parent) -
Uses of GeometryCollection in org.locationtech.jtstest.function
Methods in org.locationtech.jtstest.function that return GeometryCollectionModifier and TypeMethodDescriptionstatic GeometryCollectionDiffFunctions.diffSegments(Geometry a, Geometry b) static GeometryCollectionDiffFunctions.diffSegmentsBoth(Geometry a, Geometry b) static GeometryCollectionDiffFunctions.diffVerticesBoth(Geometry a, Geometry b) static GeometryCollectionDiffFunctions.duplicateSegments(Geometry a) static GeometryCollectionDiffFunctions.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