Class UnionInteracting
- java.lang.Object
-
- org.meteoinfo.jts.operation.union.UnionInteracting
-
public class UnionInteracting extends java.lang.ObjectExperimental 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.
-
-
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 Geometryunion()static Geometryunion(Geometry g0, Geometry g1)
-