org.geotools.graph.build.line
Class BasicDirectedLineGraphBuilder

java.lang.Object
  extended by org.geotools.graph.build.basic.BasicGraphBuilder
      extended by org.geotools.graph.build.basic.BasicDirectedGraphBuilder
          extended by org.geotools.graph.build.line.BasicDirectedLineGraphBuilder
All Implemented Interfaces:
GraphBuilder

public class BasicDirectedLineGraphBuilder
extends BasicDirectedGraphBuilder

An implementation of GraphBuilder extended from BasicDirectedGraphBuilder used to build graphs representing directed line networks.

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

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

BasicDirectedLineGraphBuilder

public BasicDirectedLineGraphBuilder()
Method Detail

buildNode

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

Specified by:
buildNode in interface GraphBuilder
Overrides:
buildNode in class BasicDirectedGraphBuilder
Returns:
Node The newly built node.
See Also:
BasicDirectedXYNode, GraphBuilder.buildNode()


Copyright © 1996-2010 Geotools. All Rights Reserved.