Package oracle.spatial.network.lod
Interface LinkCostCalculator
-
- All Known Implementing Classes:
DefaultLinkCostCalculator
,DummyLinkCostCalculator
public interface LinkCostCalculator
This interface defines methods supported by a link cost calculator.- Since:
- 11gR1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getLinkCost(LODAnalysisInfo analysisInfo)
Computes the cost of the next link in the analysis info.int[]
getUserDataCategories()
Returns the required user data categories.
-
-
-
Method Detail
-
getLinkCost
double getLinkCost(LODAnalysisInfo analysisInfo)
Computes the cost of the next link in the analysis info.- Parameters:
analysisInfo
- analysis info- Returns:
- link cost
-
getUserDataCategories
int[] getUserDataCategories()
Returns the required user data categories.- Returns:
-
-