calculateTravelTimeMatrixFor
public java.util.List<java.lang.Long> calculateTravelTimeMatrixFor(java.util.List<SKDMAPInputParamInfo> originPoints,
java.util.List<SKDMAPInputParamInfo> destinationPoints,
UserInfo userInfo)
throws MXException,
java.rmi.RemoteException
Returns a list with the travel times for all possible combinations of originPoints and destinationPoints. The
order of travel times in the list is as follows: orig(0)-dest(0), orig(0)-dest(1), ..., orig(0)-dest(n),
orig(1)-dest(0), orig(1)-dest(1), ..., orig(1)-dest(n), ..., orig(m)-dest(0), orig(m)-dest(1), ...,
orig(m)-dest(n)
- Specified by:
calculateTravelTimeMatrixFor
in interface TravelTimeMatrix
- Returns:
- List or null
- Throws:
MXException
java.rmi.RemoteException