Package oracle.spatial.network.lod
Interface LinkCostCalculator
-
- All Known Implementing Classes:
DefaultLinkCostCalculator,DummyLinkCostCalculator
public interface LinkCostCalculatorThis interface defines methods supported by a link cost calculator.- Since:
- 11gR1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetLinkCost(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:
-
-