|
|||||||||||
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.opt.OptDirectedGraphBuilder org.geotools.graph.build.line.OptDirectedLineGraphBuilder
An inmplementation extended from OptDirectedGraphBuilder used to build optimized directed components for line networks.
Constructor Summary | |
OptDirectedLineGraphBuilder()
|
Method Summary | |
Node |
buildNode()
Returns a node of type OptDirectedXYNode. |
Methods inherited from class org.geotools.graph.build.opt.OptDirectedGraphBuilder |
buildEdge |
Methods inherited from class org.geotools.graph.build.basic.BasicDirectedGraphBuilder |
addEdge, 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 OptDirectedLineGraphBuilder()
Method Detail |
public Node buildNode()
buildNode
in interface GraphBuilder
buildNode
in class OptDirectedGraphBuilder
OptDirectedXYNode
,
GraphBuilder.buildNode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |