Class PointBuilder
Constructs Point
s from the nodes of an overlay graph.
Inherited Members
Namespace: NetTopologySuite.Operation.Overlay
Assembly: NetTopologySuite.dll
Syntax
public class PointBuilder
Constructors
| Improve this Doc View SourcePointBuilder(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
| Improve this Doc View SourceBuild(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. |