Package org.locationtech.jts.jump.geom
Class MaxPrecisionOverlayOp
- java.lang.Object
-
- org.locationtech.jts.jump.geom.MaxPrecisionOverlayOp
-
public class MaxPrecisionOverlayOp extends Object
Increases the number of cases JTS overlay operations can handle without robustness errors by removing "excess" precision from the input geometries.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
MaxPrecisionOverlayOp.CoordinatePrecisionReducer
-
Constructor Summary
Constructors Constructor Description MaxPrecisionOverlayOp()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static double
getMinInAbsValue(double x0, double x1)
org.locationtech.jts.geom.Geometry
intersection(org.locationtech.jts.geom.Geometry g0, org.locationtech.jts.geom.Geometry g1)
-