|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.graph.build.basic.BasicGraphBuilder org.geotools.graph.build.basic.BasicDirectedGraphBuilder org.geotools.graph.build.line.BasicDirectedLineGraphBuilder
An implementation of GraphBuilder extended from BasicDirectedGraphBuilder used to build graphs representing directed line networks.
Constructor Summary | |
BasicDirectedLineGraphBuilder()
|
Method Summary | |
Node |
buildNode()
Returns a node of type BasicDirectedXYNode. |
Methods inherited from class org.geotools.graph.build.basic.BasicDirectedGraphBuilder |
addEdge, buildEdge, buildGraph |
Methods inherited from class org.geotools.graph.build.basic.BasicGraphBuilder |
addNode, clone, getEdges, getGraph, getNodes, importGraph, removeEdge, removeEdges, removeNode, removeNodes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BasicDirectedLineGraphBuilder()
Method Detail |
public Node buildNode()
buildNode
in interface GraphBuilder
buildNode
in class BasicDirectedGraphBuilder
BasicDirectedXYNode
,
GraphBuilder.buildNode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |