Package org.locationtech.jtslab
Class SnapRoundOverlayFunctions
- java.lang.Object
-
- org.locationtech.jtslab.SnapRoundOverlayFunctions
-
public class SnapRoundOverlayFunctions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SnapRoundOverlayFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Geometry
difference(Geometry geomA, Geometry geomB, double scaleFactor)
static Geometry
intersection(Geometry geomA, Geometry geomB, double scaleFactor)
static Geometry
symDifference(Geometry geomA, Geometry geomB, double scaleFactor)
static Geometry
unaryUnion(Geometry geomA, double scaleFactor)
static Geometry
union(Geometry geomA, Geometry geomB, double scaleFactor)
-