Class NodeFactory
- Namespace
- NetTopologySuite.GeometriesGraph
- Assembly
- NetTopologySuite.dll
A Factory to create Nodes.
public class NodeFactory
- Inheritance
-
NodeFactory
- Derived
- Inherited Members
Constructors
NodeFactory()
public NodeFactory()
Methods
CreateNode(Coordinate)
The basic node constructor does not allow for incident edges.
public virtual Node CreateNode(Coordinate coord)
Parameters
coord
CoordinateA
Coordinate
Returns
- Node
The created
Node