com.ibm.tivoli.maximo.map

Interface MapControlCallbacks

    • Method Detail

      • addRecordsToLayer

        void addRecordsToLayer(java.lang.String layerName,
                               MboSetRemote mboSet,
                               boolean cleanOld)
                        throws java.rmi.RemoteException,
                               MXException
        For the sake of flexibility, the interface receives a mboset, but the elements of the mboset will only be shown on the map if the mbos of the mboset implements the interface Gisable
        Parameters:
        the - name of the layer
        A - mboSet of Gisable mbos
        cleanOld - data before add new data?
        Throws:
        java.rmi.RemoteException
        MXException
      • removeRecordsFromLayer

        void removeRecordsFromLayer(java.lang.String layerName,
                                    MboSetRemote records)
                             throws java.rmi.RemoteException,
                                    MXException
        For the sake of flexibility, the interface receives a mboset, but the elements of the mboset will only be removed from the map if the mbos of the mboset implements the interface Gisable
        Parameters:
        the - name of the layer
        A - mboSet of Gisable mbos
        Throws:
        java.rmi.RemoteException
        MXException
      • createMapCallback

        void createMapCallback(java.lang.String action,
                               com.ibm.json.java.JSONObject results)
                        throws java.rmi.RemoteException,
                               MXException
        Throws:
        java.rmi.RemoteException
        MXException