Class NodeFactory
A Factory to create Nodes.
Inherited Members
Namespace: NetTopologySuite.GeometriesGraph
Assembly: NetTopologySuite.dll
Syntax
public class NodeFactory
Methods
| Improve this Doc View SourceCreateNode(Coordinate)
The basic node constructor does not allow for incident edges.
Declaration
public virtual Node CreateNode(Coordinate coord)
Parameters
Type | Name | Description |
---|---|---|
Coordinate | coord | A |
Returns
Type | Description |
---|---|
Node | The created |