org.geotools.graph.build.line
Class OptDirectedLineGraphBuilder
Object
BasicGraphBuilder
BasicDirectedGraphBuilder
OptDirectedGraphBuilder
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
Method Summary |
Node |
buildNode()
Returns a node of type OptDirectedXYNode. |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OptDirectedLineGraphBuilder
public OptDirectedLineGraphBuilder()
buildNode
public Node buildNode()
- Returns a node of type OptDirectedXYNode.
- Specified by:
buildNode
in interface GraphBuilder
- Overrides:
buildNode
in class OptDirectedGraphBuilder
- Returns:
- Node The newly built node.
- See Also:
OptDirectedXYNode
,
GraphBuilder.buildNode()
Copyright © 1996-2014 Geotools. All Rights Reserved.