Class OverlayCommonBitsRemovedFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.OverlayCommonBitsRemovedFunctions
-
public class OverlayCommonBitsRemovedFunctions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OverlayCommonBitsRemovedFunctions()
-
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)
private static CommonBitsOp
op()
static Geometry
symDifference(Geometry a, Geometry b)
static Geometry
union(Geometry a, Geometry b)
-
-
-
Method Detail
-
op
private static CommonBitsOp op()
-
-