com.ibm.tivoli.maximo.map.interfaces

Interface TravelTimeMatrix

    • Method Detail

      • calculateTravelTimeMatrixFor

        java.util.List calculateTravelTimeMatrixFor(java.util.List originPoints,
                                                    java.util.List destinationPoints,
                                                    UserInfo userInfo)
                                             throws java.rmi.RemoteException,
                                                    MXException
        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)
        Parameters:
        originPoints -
        destinationPoints -
        userInfo -
        Returns:
        List or null
        Throws:
        MXException
        {@link - RemoteException}
        java.rmi.RemoteException