Package org.locationtech.jts.operation.union
Classes to perform efficient unioning of collections of geometries.
-
Interface Summary Interface Description UnionStrategy A strategy class that adapts UnaryUnion to different kinds of overlay algorithms. -
Class Summary Class Description CascadedPolygonUnion Provides an efficient method of unioning a collection ofPolygonalgeometries.OverlapUnion Deprecated. due to impairing performancePointGeometryUnion UnaryUnionOp Unions aCollectionofGeometrys or a single Geometry (which may be aGeoometryCollection) together.UnionInteracting Experimental code to union MultiPolygons with processing limited to the elements which actually interact.