|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.graph.build.basic.BasicGraphBuilder
org.geotools.graph.build.opt.OptGraphBuilder
An implementation of GraphBuilder that builds optimized graph components.
OptNode,
OptEdge| Constructor Summary | |
OptGraphBuilder()
|
|
| Method Summary | |
Edge |
buildEdge(Node nodeA,
Node nodeB)
Creates an optimized edge. |
Node |
buildNode()
Creates an optimized node. |
| Methods inherited from class org.geotools.graph.build.basic.BasicGraphBuilder |
addEdge, addNode, buildGraph, 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 OptGraphBuilder()
| Method Detail |
public Node buildNode()
buildNode in interface GraphBuilderbuildNode in class BasicGraphBuilderGraphBuilder.buildNode(),
OptNode
public Edge buildEdge(Node nodeA,
Node nodeB)
buildEdge in interface GraphBuilderbuildEdge in class BasicGraphBuilderGraphBuilder#buildEdge(),
OptEdge
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||