Class RelateNodeFactory
- java.lang.Object
-
- org.meteoinfo.jts.geomgraph.NodeFactory
-
- org.meteoinfo.jts.operation.relate.RelateNodeFactory
-
public class RelateNodeFactory extends NodeFactory
-
-
Constructor Summary
Constructors Constructor Description RelateNodeFactory()
-
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)
Description copied from class:NodeFactoryThe basic node constructor does not allow for incident edges- Overrides:
createNodein classNodeFactory
-
-