com.ibm.tivoli.maximo.map.interfaces

Interface LBS

    • Method Detail

      • getLocationAccuracy

        java.lang.Double getLocationAccuracy()
                                      throws MXException,
                                             java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getAltitudeAccuracy

        java.lang.Double getAltitudeAccuracy()
                                      throws MXException,
                                             java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getAltitude

        java.lang.Double getAltitude()
                              throws MXException,
                                     java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getHeading

        java.lang.Double getHeading()
                             throws MXException,
                                    java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getSpeed

        java.lang.Double getSpeed()
                           throws MXException,
                                  java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • getLastUpdate

        java.util.Date getLastUpdate()
                              throws MXException,
                                     java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • saveLBSData

        void saveLBSData(java.lang.Double lat,
                         java.lang.Double lng,
                         java.lang.Double locationAccuracy,
                         java.lang.Double altitudeAccuracy,
                         java.lang.Double altitude,
                         java.lang.Double heading,
                         java.lang.Double speed)
                  throws MXException,
                         java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException