Package oracle.spatial.network.lod
Class FilePairwisePathResultIO
- java.lang.Object
-
- oracle.spatial.network.lod.FilePairwisePathResultIO
-
- All Implemented Interfaces:
PairwisePathResultIO
public class FilePairwisePathResultIO extends java.lang.Object implements PairwisePathResultIO
- Since:
- release specific (what release of product did this appear in)
-
-
Constructor Summary
Constructors Constructor Description FilePairwisePathResultIO(java.lang.String fileName, int numEndPoints)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
closePairwisePathResultIO()
void
openPairwisePathResultIO()
double
readSubPathCost(int startPointIndex, int endPointIndex)
void
resetPairwisePathResultIO()
void
writeSubPathCosts(int[] startPointIndexes, int[] endPointIndexes, double[] costs)
-
-
-
Method Detail
-
resetPairwisePathResultIO
public void resetPairwisePathResultIO() throws LODNetworkException
- Specified by:
resetPairwisePathResultIO
in interfacePairwisePathResultIO
- Throws:
LODNetworkException
-
writeSubPathCosts
public void writeSubPathCosts(int[] startPointIndexes, int[] endPointIndexes, double[] costs) throws LODNetworkException
- Specified by:
writeSubPathCosts
in interfacePairwisePathResultIO
- Throws:
LODNetworkException
-
readSubPathCost
public double readSubPathCost(int startPointIndex, int endPointIndex) throws LODNetworkException
- Specified by:
readSubPathCost
in interfacePairwisePathResultIO
- Throws:
LODNetworkException
-
openPairwisePathResultIO
public void openPairwisePathResultIO()
-
closePairwisePathResultIO
public void closePairwisePathResultIO()
-
-