|
Oracle® Spatial Java API Reference 11g Release 2 (11.2) E11829-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ShortestPath
This interface defines methods supported by a shortest path algorithm.
Method Summary | |
---|---|
LinkCostCalculator[] |
getLinkCostCalculators() Returns the link cost calculators. |
LinkLevelSelector |
getLinkLevelSelector() Returns the link level selector. |
NodeCostCalculator[] |
getNodeCostCalculators() Returns the node cost calculators. |
void |
setInitialAnalysisInfo(LODAnalysisInfo analysisInfo) Sets the initial analysis info. |
void |
setLinkCostCalculators(LinkCostCalculator[] lccs) Sets the link cost calculators. |
void |
setLinkLevelSelector(LinkLevelSelector lls) Sets the link level selector. |
void |
setNodeCostCalculators(NodeCostCalculator[] nccs) Sets the node cost calculators. |
LogicalSubPath |
shortestPath(PointOnNet[] startPoints, PointOnNet[] endPoints, LODNetworkConstraint constraint) Returns the shortest path between a set of candidate start points and end points. |
Method Detail |
---|
void setInitialAnalysisInfo(LODAnalysisInfo analysisInfo)
analysisInfo
- analysis informationLogicalSubPath shortestPath(PointOnNet[] startPoints, PointOnNet[] endPoints, LODNetworkConstraint constraint) throws LODNetworkException
startPoints
- start candidatesendPoints
- end candidatesconstraint
- network constraintLODNetworkException
LinkLevelSelector getLinkLevelSelector()
void setLinkLevelSelector(LinkLevelSelector lls)
lls
- link level selectorLinkCostCalculator[] getLinkCostCalculators()
void setLinkCostCalculators(LinkCostCalculator[] lccs)
lccs
-NodeCostCalculator[] getNodeCostCalculators()
void setNodeCostCalculators(NodeCostCalculator[] nccs)
nccs
-
|
Oracle® Spatial Java API Reference 11g Release 2 (11.2) E11829-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |