Class PointBuilder
- Namespace
- NetTopologySuite.Operation.Overlay
- Assembly
- NetTopologySuite.dll
Constructs Point
s 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
OverlayOpThe operation
geometryFactory
GeometryFactoryThe 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
SpatialFunctionThe spatial function