com.vividsolutions.jts.operation.relate

Class RelateNodeFactory


public class RelateNodeFactory
extends NodeFactory

Used by the NodeMap in a RelateNodeGraph to create RelateNodes.
Version:
1.6

Method Summary

Node
createNode(Coordinate coord)
The basic node constructor does not allow for incident edges

Methods inherited from class com.vividsolutions.jts.geomgraph.NodeFactory

createNode

Method Details

createNode

public Node createNode(Coordinate coord)
The basic node constructor does not allow for incident edges
Overrides:
createNode in interface NodeFactory