org.geotools.graph.build.line
Class BasicLineGraphBuilder

java.lang.Object
  extended byorg.geotools.graph.build.basic.BasicGraphBuilder
      extended byorg.geotools.graph.build.line.BasicLineGraphBuilder
All Implemented Interfaces:
GraphBuilder

public class BasicLineGraphBuilder
extends BasicGraphBuilder

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

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

Constructor Summary
BasicLineGraphBuilder()
           
 
Method Summary
 Node buildNode()
          Returns a node of type BasicXYNode.
 
Methods inherited from class org.geotools.graph.build.basic.BasicGraphBuilder
addEdge, addNode, buildEdge, 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

BasicLineGraphBuilder

public BasicLineGraphBuilder()
Method Detail

buildNode

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

Specified by:
buildNode in interface GraphBuilder
Overrides:
buildNode in class BasicGraphBuilder
See Also:
BasicXYNode, GraphBuilder.buildNode()


Copyright © GeoTools. All Rights Reserved.