Search Results for

    Show / Hide Table of Contents

    Class UnionInteracting

    Experimental code to union MultiPolygons with processing limited to the elements which actually interact.

    Inheritance
    object
    UnionInteracting
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Operation.Union
    Assembly: NetTopologySuite.dll
    Syntax
    public class UnionInteracting
    Remarks

    Not currently used, since it doesn't seem to offer much of a performance advantage.

    Constructors

    | Edit this page View Source

    UnionInteracting(Geometry, Geometry)

    Declaration
    public UnionInteracting(Geometry g0, Geometry g1)
    Parameters
    Type Name Description
    Geometry g0
    Geometry g1

    Methods

    | Edit this page View Source

    Union()

    Declaration
    public Geometry Union()
    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