Package oracle.spatial.network.lod
Class InMemoryPairwisePathResultIO
- java.lang.Object
-
- oracle.spatial.network.lod.InMemoryPairwisePathResultIO
-
- All Implemented Interfaces:
PairwisePathResultIO
public class InMemoryPairwisePathResultIO extends java.lang.Object implements PairwisePathResultIO
- Since:
- release specific (what release of product did this appear in)
-
-
Constructor Summary
Constructors Constructor Description InMemoryPairwisePathResultIO(int numStartPoints, int numEndPoints)
-
Method Summary
All Methods Instance Methods Concrete 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
public void resetPairwisePathResultIO()
- Specified by:
resetPairwisePathResultIO
in interfacePairwisePathResultIO
-
writeSubPathCosts
public void writeSubPathCosts(int[] startPointIndexes, int[] endPointIndexes, double[] costs)
- Specified by:
writeSubPathCosts
in interfacePairwisePathResultIO
-
readSubPathCost
public double readSubPathCost(int startPointIndex, int endPointIndex)
- Specified by:
readSubPathCost
in interfacePairwisePathResultIO
-
-