Class UnionInteracting
- java.lang.Object
-
- org.locationtech.jts.operation.union.UnionInteracting
-
public class UnionInteracting extends java.lang.Object
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.- Author:
- mbdavis
-
-
Constructor Summary
Constructors Constructor Description UnionInteracting(Geometry g0, Geometry g1)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Geometry
union()
static Geometry
union(Geometry g0, Geometry g1)
-