org.geotools.graph.build.line
Class OptLineGraphBuilder

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

public class OptLineGraphBuilder
extends OptGraphBuilder

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

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

Constructor Summary
OptLineGraphBuilder()
           
 
Method Summary
 Node buildNode()
          Returns a node of type OptXYNode.
 
Methods inherited from class org.geotools.graph.build.opt.OptGraphBuilder
buildEdge
 
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

OptLineGraphBuilder

public OptLineGraphBuilder()
Method Detail

buildNode

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

Specified by:
buildNode in interface GraphBuilder
Overrides:
buildNode in class OptGraphBuilder
See Also:
OptXYNode, GraphBuilder.buildNode()


Copyright © GeoTools. All Rights Reserved.