Package oracle.spatial.network.lod
Interface PairwisePathResultIO
-
- All Known Implementing Classes:
FilePairwisePathResultIO
,InMemoryPairwisePathResultIO
public interface PairwisePathResultIO
- Since:
- release specific (what release of product did this appear in)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
readSubPathCost(int startPointIndex, int endPointIndex)
void
resetPairwisePathResultIO()
void
writeSubPathCosts(int[] startPointIndexes, int[] endPointIndexes, double[] costs)
-
-
-
Method Detail
-
resetPairwisePathResultIO
void resetPairwisePathResultIO() throws LODNetworkException
- Throws:
LODNetworkException
-
writeSubPathCosts
void writeSubPathCosts(int[] startPointIndexes, int[] endPointIndexes, double[] costs) throws LODNetworkException
- Throws:
LODNetworkException
-
readSubPathCost
double readSubPathCost(int startPointIndex, int endPointIndex) throws LODNetworkException
- Throws:
LODNetworkException
-
-