Package org.locationtech.jts.operation.union
package org.locationtech.jts.operation.union
Classes to perform efficient unioning of collections of geometries.
-
ClassDescriptionProvides an efficient method of unioning a collection of
Polygonal
geometries.A data structure that represents a partition of a set into disjoint subsets, and allows merging subsets.Deprecated.due to impairing performanceUnions a set of polygonal geometries by partitioning them into connected sets of polygons.Unions a set of polygonal geometries by partitioning them into connected sets of polygons.Computes a partition of a set of geometries into disjoint subsets, based on a provided equivalenceSpatialPartition.EquivalenceRelation
.An interface for a function to compute an equivalence relation.Experimental code to union MultiPolygons with processing limited to the elements which actually interact.A strategy class that adapts UnaryUnion to different kinds of overlay algorithms.