JTS Core 1.17.1
Packages
Classes
Search
About
Top
UnionInteracting(Geometry, Geometry)
union(Geometry, Geometry): Geometry
union(): Geometry
Bottom
Source
Classic
org.locationtech.jts.operation.union
Class UnionInteracting
Hierarchy:
Object
, UnionInteracting
public class UnionInteracting
Experimental code to union MultiPolygons with processing limited to the elements which actually interact. Not currently used, since it doesn't seem to offer much of a performance advantage.
Authors:
mbdavis
public
UnionInteracting(
Geometry
g0,
Geometry
g1)
public
static
Geometry
union(
Geometry
g0,
Geometry
g1)
public
Geometry
union()