Class OverlayNoSnapFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.OverlayNoSnapFunctions
-
public class OverlayNoSnapFunctions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OverlayNoSnapFunctions()
-
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)
-