Skip navigation links
oracle.spatial.network.lod
Class AStar
java.lang.Object
oracle.spatial.network.lod.AStar
- All Implemented Interfaces:
- ShortestPath
-
public class AStar
- extends java.lang.Object
- implements ShortestPath
This class implements A* shortest path algorithm.
- Since:
- 11gR2
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AStar
public AStar(oracle.spatial.network.lod.NetworkExplorer ne,
LinkCostCalculator[] lccs,
NodeCostCalculator[] nccs,
HeuristicCostFunction astarCostFunction,
LinkLevelSelector lls)
setInitialAnalysisInfo
public void setInitialAnalysisInfo(LODAnalysisInfo analysisInfo)
setLinkLevelSelector
public void setLinkLevelSelector(LinkLevelSelector lls)
shortestPath
public LogicalSubPath shortestPath(PointOnNet[] startPoints,
PointOnNet[] endPoints,
LODNetworkConstraint constraint)
throws LODNetworkException
-
- Throws:
LODNetworkException
Skip navigation links
Copyright © 2007, 2008, Oracle. All Rights Reserved.