Package org.locationtech.jts.operation.union


package org.locationtech.jts.operation.union
Classes to perform efficient unioning of collections of geometries.
  • Class
    Description
    Provides an efficient method of unioning a collection of Polygonal geometries.
    Deprecated.
    due to impairing performance
    Computes the union of a Puntal geometry with another arbitrary Geometry.
    Unions a Collection of Geometrys or a single Geometry (which may be a
    invalid reference
    GeoometryCollection
    ) together.
    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.