Search Results for

    Show / Hide Table of Contents

    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
    object
    SnapOverlayOp
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Operation.Overlay.Snap
    Assembly: NetTopologySuite.dll
    Syntax
    public class SnapOverlayOp

    Constructors

    | Edit this page View Source

    SnapOverlayOp(Geometry, Geometry)

    Declaration
    public SnapOverlayOp(Geometry g1, Geometry g2)
    Parameters
    Type Name Description
    Geometry g1
    Geometry g2

    Methods

    | Edit this page View Source

    Difference(Geometry, Geometry)

    Declaration
    public static Geometry Difference(Geometry g0, Geometry g1)
    Parameters
    Type Name Description
    Geometry g0
    Geometry g1
    Returns
    Type Description
    Geometry
    | Edit this page View Source

    GetResultGeometry(SpatialFunction)

    Declaration
    public Geometry GetResultGeometry(SpatialFunction opCode)
    Parameters
    Type Name Description
    SpatialFunction opCode
    Returns
    Type Description
    Geometry
    | Edit this page View Source

    Intersection(Geometry, Geometry)

    Declaration
    public static Geometry Intersection(Geometry g0, Geometry g1)
    Parameters
    Type Name Description
    Geometry g0
    Geometry g1
    Returns
    Type Description
    Geometry
    | Edit this page View Source

    Overlay(Geometry, Geometry, SpatialFunction)

    Declaration
    public static Geometry Overlay(Geometry g0, Geometry g1, SpatialFunction opCode)
    Parameters
    Type Name Description
    Geometry g0
    Geometry g1
    SpatialFunction opCode
    Returns
    Type Description
    Geometry
    | Edit this page View Source

    SymDifference(Geometry, Geometry)

    Declaration
    public static Geometry SymDifference(Geometry g0, Geometry g1)
    Parameters
    Type Name Description
    Geometry g0
    Geometry g1
    Returns
    Type Description
    Geometry
    | Edit this page View Source

    Union(Geometry, Geometry)

    Declaration
    public static Geometry Union(Geometry g0, Geometry g1)
    Parameters
    Type Name Description
    Geometry g0
    Geometry g1
    Returns
    Type Description
    Geometry
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX