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