Class SnappingFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.SnappingFunctions
-
public class SnappingFunctions extends Object
Implementations for various geometry functions.- Author:
- Martin Davis
-
-
Constructor Summary
Constructors Constructor Description SnappingFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Geometry
snapAtoB(Geometry g, Geometry g2, double distance)
static Geometry
snapToSelfAndClean(Geometry g, double distance)
-