public class AStar extends NetworkSearch implements ShortestPath, XMLConfigurable
| Constructor and Description |
|---|
AStar()
Default constructor.
|
AStar(NetworkExplorer ne, LinkCostCalculator[] lccs, NodeCostCalculator[] nccs, HeuristicCostFunction astarCostFunction, LinkLevelSelector lls) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getXMLSchema()
Returns the XML schema for the input parameter.
|
void |
init(org.w3c.dom.Element parameter)
Initializes the XML configurable object with the input parameter.
|
findConnectedFeatures, getLinkCostCalculators, getLinkLevelSelector, getNodeCostCalculators, nearestFeatures, nearestNeighbors, networkBuffer, preparePathFeature, reset, setInitialAnalysisInfo, setLinkCostCalculators, setLinkLevelSelector, setNetworkAnalyst, setNetworkExplorer, setNodeCostCalculators, shortestPath, traceOut, withinCost, withinCostFeaturesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLinkCostCalculators, getLinkLevelSelector, getNodeCostCalculators, setInitialAnalysisInfo, setLinkCostCalculators, setLinkLevelSelector, setNetworkAnalyst, setNodeCostCalculators, shortestPathpublic AStar()
public AStar(NetworkExplorer ne, LinkCostCalculator[] lccs, NodeCostCalculator[] nccs, HeuristicCostFunction astarCostFunction, LinkLevelSelector lls)
public void init(org.w3c.dom.Element parameter)
XMLConfigurableinit in interface XMLConfigurableinit in class NetworkSearchparameter - an XML element containing the necessary information to initialize the object.public java.lang.String getXMLSchema()
XMLConfigurablegetXMLSchema in interface XMLConfigurablegetXMLSchema in class NetworkSearch