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
opOverlayOpThe operation
geometryFactoryGeometryFactoryThe 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
opCodeSpatialFunctionThe spatial function