|
Oracle® Spatial Java API Reference 11g Release 1 (11.1) B28401-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 | |
---|---|
void |
setInitialAnalysisInfo(LODAnalysisInfo analysisInfo) Sets the initial analysis info. |
void |
setLinkLevelSelector(LinkLevelSelector lls) Sets link level selector. |
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
void setLinkLevelSelector(LinkLevelSelector lls)
lls
- link level selector
|
Oracle® Spatial Java API Reference 11g Release 1 (11.1) B28401-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |