Class 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.
    • Constructor Detail

      • MaxPrecisionOverlayOp

        public MaxPrecisionOverlayOp()
    • Method Detail

      • getMinInAbsValue

        public static double getMinInAbsValue​(double x0,
                                              double x1)
      • intersection

        public org.locationtech.jts.geom.Geometry intersection​(org.locationtech.jts.geom.Geometry g0,
                                                               org.locationtech.jts.geom.Geometry g1)