SnapOverlayOp

Performs an overlay operation using snapping and enhanced precision to improve the robustness of the result. This class <i>always</i> uses snapping. This is less performant than the standard JTS overlay code, and may even introduce errors which were not present in the original data. For this reason, this class should only be used if the standard overlay code fails to produce a correct result.

Version

1.7

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def overlayOp(g0: Geometry, g1: Geometry, opCode: Int): Geometry