org.geotools.graph.build.line
Class OptDirectedLineGraphBuilder

java.lang.Object
  extended byorg.geotools.graph.build.basic.BasicGraphBuilder
      extended byorg.geotools.graph.build.basic.BasicDirectedGraphBuilder
          extended byorg.geotools.graph.build.opt.OptDirectedGraphBuilder
              extended byorg.geotools.graph.build.line.OptDirectedLineGraphBuilder
All Implemented Interfaces:
GraphBuilder

public class OptDirectedLineGraphBuilder
extends OptDirectedGraphBuilder

An inmplementation extended from OptDirectedGraphBuilder used to build optimized directed components for line networks.

Author:
Justin Deoliveira, Refractions Research Inc, jdeolive@refractions.net

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

OptDirectedLineGraphBuilder

public OptDirectedLineGraphBuilder()
Method Detail

buildNode

public Node buildNode()
Returns a node of type OptDirectedXYNode.

Specified by:
buildNode in interface GraphBuilder
Overrides:
buildNode in class OptDirectedGraphBuilder
See Also:
OptDirectedXYNode, GraphBuilder.buildNode()


Copyright © GeoTools. All Rights Reserved.