Search Results for

    Show / Hide Table of Contents

    Class PointBuilder

    Constructs Points from the nodes of an overlay graph.

    Inheritance
    object
    PointBuilder
    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
    Assembly: NetTopologySuite.dll
    Syntax
    public class PointBuilder

    Constructors

    | Edit this page View Source

    PointBuilder(OverlayOp, GeometryFactory)

    Creates an instance of this class

    Declaration
    public PointBuilder(OverlayOp op, GeometryFactory geometryFactory)
    Parameters
    Type Name Description
    OverlayOp op

    The operation

    GeometryFactory geometryFactory

    The geometry factory

    Methods

    | Edit this page View Source

    Build(SpatialFunction)

    Computes the Point geometries which will appear in the result, given the specified overlay operation.

    Declaration
    public IList<Geometry> Build(SpatialFunction opCode)
    Parameters
    Type Name Description
    SpatialFunction opCode

    The spatial function

    Returns
    Type Description
    IList<Geometry>

    A list of the Points in the result.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX