Table of Contents

Class PointBuilder

Namespace
NetTopologySuite.Operation.Overlay
Assembly
NetTopologySuite.dll

Constructs Points from the nodes of an overlay graph.

public class PointBuilder
Inheritance
PointBuilder
Inherited Members

Constructors

PointBuilder(OverlayOp, GeometryFactory)

Creates an instance of this class

public PointBuilder(OverlayOp op, GeometryFactory geometryFactory)

Parameters

op OverlayOp

The operation

geometryFactory GeometryFactory

The geometry factory

Methods

Build(SpatialFunction)

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

public IList<Geometry> Build(SpatialFunction opCode)

Parameters

opCode SpatialFunction

The spatial function

Returns

IList<Geometry>

A list of the Points in the result.