Package org.meteoinfo.jts.geomgraph
Class NodeFactory
- java.lang.Object
-
- org.meteoinfo.jts.geomgraph.NodeFactory
-
- Direct Known Subclasses:
OverlayNodeFactory,RelateNodeFactory
public class NodeFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NodeFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodecreateNode(Coordinate coord)The basic node constructor does not allow for incident edges
-
-
-
Method Detail
-
createNode
public Node createNode(Coordinate coord)
The basic node constructor does not allow for incident edges
-
-