Class SnapOverlayOp
Performs an overlay operation using snapping and enhanced precision
to improve the robustness of the result.
This class always 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.
Inheritance
SnapOverlayOp
Assembly: NetTopologySuite.dll
Syntax
public class SnapOverlayOp
Constructors
|
Edit this page
View Source
SnapOverlayOp(Geometry, Geometry)
Declaration
public SnapOverlayOp(Geometry g1, Geometry g2)
Parameters
Methods
|
Edit this page
View Source
Difference(Geometry, Geometry)
Declaration
public static Geometry Difference(Geometry g0, Geometry g1)
Parameters
Returns
|
Edit this page
View Source
GetResultGeometry(SpatialFunction)
Declaration
public Geometry GetResultGeometry(SpatialFunction opCode)
Parameters
Returns
|
Edit this page
View Source
Intersection(Geometry, Geometry)
Declaration
public static Geometry Intersection(Geometry g0, Geometry g1)
Parameters
Returns
|
Edit this page
View Source
Overlay(Geometry, Geometry, SpatialFunction)
Declaration
public static Geometry Overlay(Geometry g0, Geometry g1, SpatialFunction opCode)
Parameters
Returns
|
Edit this page
View Source
SymDifference(Geometry, Geometry)
Declaration
public static Geometry SymDifference(Geometry g0, Geometry g1)
Parameters
Returns
|
Edit this page
View Source
Union(Geometry, Geometry)
Declaration
public static Geometry Union(Geometry g0, Geometry g1)
Parameters
Returns