com.ibm.tivoli.maximo.map.mapman.app

Interface SpatialMapConfServiceRemote

    • Method Detail

      • getXYConvertedToWGS84

        com.ibm.json.java.JSONObject getXYConvertedToWGS84(UserInfo userInfo,
                                                           java.lang.Double x,
                                                           java.lang.Double y)
                                                    throws MXException,
                                                           java.io.IOException
        Throws:
        MXException
        java.io.IOException
      • getCoordsFromLinkedFeature

        com.ibm.json.java.JSONObject getCoordsFromLinkedFeature(UserInfo userInfo,
                                                                MboRemote linkedMbo)
                                                         throws MXException,
                                                                java.io.IOException
        Throws:
        MXException
        java.io.IOException
      • getMboLinkableAttributes

        java.util.Set getMboLinkableAttributes(java.lang.String mboName,
                                               UserInfo userInfo)
                                        throws java.rmi.RemoteException,
                                               MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • getMapServicesArray

        com.ibm.json.java.JSONArray getMapServicesArray(UserInfo userInfo,
                                                        ProfileRemote userProfile,
                                                        java.lang.String appName)
                                                 throws java.rmi.RemoteException,
                                                        MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • addSpatialTokenInfo

        void addSpatialTokenInfo(com.ibm.json.java.JSONObject mapConf)
                          throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • assembleLayerDefinitions

        com.ibm.json.java.JSONObject assembleLayerDefinitions(UserInfo userInfo,
                                                              MboRemote mapManager,
                                                              com.ibm.json.java.JSONArray mapServicesArray)
                                                       throws MXException,
                                                              java.rmi.RemoteException,
                                                              java.io.IOException
        Throws:
        MXException
        java.rmi.RemoteException
        java.io.IOException
      • getNotSerializeAttributes

        java.util.Set getNotSerializeAttributes()
                                         throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
      • createOfflinePackage

        void createOfflinePackage(MboRemote offlineArea)
                           throws java.rmi.RemoteException,
                                  MXException
        Throws:
        java.rmi.RemoteException
        MXException
      • getXYConvertedToWGS84

        com.ibm.json.java.JSONObject getXYConvertedToWGS84(UserInfo userInfo,
                                                           java.lang.Double x,
                                                           java.lang.Double y,
                                                           java.lang.Long wkid,
                                                           MboRemote mapManager)
                                                    throws MXException,
                                                           java.io.IOException
        Throws:
        MXException
        java.io.IOException
      • getXYConvertedToWGS84

        com.ibm.json.java.JSONObject getXYConvertedToWGS84(UserInfo userInfo,
                                                           java.lang.Double x,
                                                           java.lang.Double y,
                                                           com.ibm.json.java.JSONObject parse,
                                                           MboRemote mapManager)
                                                    throws MXException,
                                                           java.io.IOException
        Throws:
        MXException
        java.io.IOException
      • convertPoint

        com.ibm.json.java.JSONObject convertPoint(com.ibm.json.java.JSONObject inputSR,
                                                  com.ibm.json.java.JSONObject outputSR,
                                                  java.lang.Double x,
                                                  java.lang.Double y,
                                                  MapManagerRemote map,
                                                  UserInfo userInfo)
                                           throws MXException,
                                                  java.io.IOException
        Throws:
        MXException
        java.io.IOException