Search Results for

    Show / Hide Table of Contents

    Class PointGeometryUnion

    Inheritance
    object
    PointGeometryUnion
    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 PointGeometryUnion

    Constructors

    | Edit this page View Source

    PointGeometryUnion(IPuntal, Geometry)

    Declaration
    public PointGeometryUnion(IPuntal pointGeom, Geometry otherGeom)
    Parameters
    Type Name Description
    IPuntal pointGeom
    Geometry otherGeom

    Methods

    | Edit this page View Source

    Union()

    Declaration
    public Geometry Union()
    Returns
    Type Description
    Geometry
    | Edit this page View Source

    Union(IPuntal, Geometry)

    Computes the union of a Point geometry with another arbitrary Geometry. Does not copy any component geometries.

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