com.ibm.tivoli.maximo.map

Class BingMapsTravelTimeMatrix

  • java.lang.Object
    • com.ibm.tivoli.maximo.map.BingMapsTravelTimeMatrix
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.List calculateTravelTimeMatrixFor(java.util.List originPoints, java.util.List destinationPoints, UserInfo userInfo)
      Returns a list with the travel times for all possible combinations of originPoints and destinationPoints.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BingMapsTravelTimeMatrix

        public BingMapsTravelTimeMatrix()
    • Method Detail

      • calculateTravelTimeMatrixFor

        public java.util.List calculateTravelTimeMatrixFor(java.util.List originPoints,
                                                           java.util.List destinationPoints,
                                                           UserInfo userInfo)
                                                    throws MXException,
                                                           java.rmi.RemoteException
        Description copied from interface: TravelTimeMatrix
        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