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