Class OverlayNGStrictFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.OverlayNGStrictFunctions
-
public class OverlayNGStrictFunctions extends Object
-
-
Constructor Summary
Constructors Constructor Description OverlayNGStrictFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Geometry
difference(Geometry a, Geometry b)
static Geometry
differenceBA(Geometry a, Geometry b)
static Geometry
intersection(Geometry a, Geometry b)
static Geometry
symDifference(Geometry a, Geometry b)
static Geometry
union(Geometry a, Geometry b)
-