Package org.locationtech.jts.operation.union


package org.locationtech.jts.operation.union
  • Class
    Description
    A data structure that represents a partition of a set into disjoint subsets, and allows merging subsets.
     
    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 equivalence relation.