Package org.geotools.graph.build.line
Class BasicLineGraphBuilder
- Object
-
- BasicGraphBuilder
-
- 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
Constructors Constructor Description BasicLineGraphBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Node
buildNode()
Returns a node of type BasicXYNode.-
Methods inherited from class BasicGraphBuilder
addEdge, addNode, buildEdge, buildGraph, clone, getEdges, getGraph, getNodes, importGraph, removeEdge, removeEdges, removeNode, removeNodes
-
-
-
-
Method Detail
-
buildNode
public Node buildNode()
Returns a node of type BasicXYNode.- Specified by:
buildNode
in interfaceGraphBuilder
- Overrides:
buildNode
in classBasicGraphBuilder
- Returns:
- Node The newly built node.
- See Also:
BasicXYNode
,GraphBuilder.buildNode()
-
-