|
Oracle® Spatial Java API Reference 11g Release 2 (11.2) E11829-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PairwiseCostCalculator
This interface defines methods to calculate the pairwise costs between two sets of points.
| Method Summary | |
|---|---|
boolean |
calculate(PointOnNet[][] startPoints, PointOnNet[][] endPoints, LODNetworkConstraint constraint)Computes the pairwise costs between two sets of points. |
Matrix<double[]> |
getPairwiseCosts()Returns the pairwise costs that was computed when calculate was called. |
Matrix<LogicalSubPath> |
getPairwisePaths()Returns the pairwise paths that was computed when calculate was called. |
| Method Detail |
|---|
boolean calculate(PointOnNet[][] startPoints,
PointOnNet[][] endPoints,
LODNetworkConstraint constraint)
throws LODNetworkException
startPoints - start point candidatesendPoints - end point candidatesconstraint - network constraintLODNetworkExceptionMatrix<LogicalSubPath> getPairwisePaths()
Matrix<double[]> getPairwiseCosts()
|
Oracle® Spatial Java API Reference 11g Release 2 (11.2) E11829-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||