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