public interface SpatialMapConfServiceRemote extends AppServiceRemote
Modifier and Type | Method and Description |
---|---|
void |
addSpatialTokenInfo(com.ibm.json.java.JSONObject mapConf) |
com.ibm.json.java.JSONObject |
assembleLayerDefinitions(UserInfo userInfo,
MboRemote mapManager,
com.ibm.json.java.JSONArray mapServicesArray) |
com.ibm.json.java.JSONObject |
getCoordsFromLinkedFeature(UserInfo userInfo,
MboRemote linkedMbo) |
MboRemote |
getLinkedFeature(MboRemote owner,
java.lang.String featureClass) |
MboRemote |
getMap(UserInfo userInfo) |
com.ibm.json.java.JSONArray |
getMapServicesArray(UserInfo userInfo,
ProfileRemote userProfile,
java.lang.String appName) |
java.util.Set<java.lang.String> |
getMboLinkableAttributes(java.lang.String mboName,
UserInfo userInfo) |
com.ibm.json.java.JSONObject |
getSpatialMapConf(MboRemote mapManager,
UserInfo userInfo,
java.lang.String appName,
ProfileRemote profile) |
com.ibm.json.java.JSONObject |
getXYConvertedToWGS84(UserInfo userInfo,
java.lang.Double x,
java.lang.Double y) |
void |
setTokenAuthenInfo(java.lang.String url,
MboRemote plussMapSrv,
MboRemote mapManager) |
checkSecurity, getCriteria, getCurrentState, getLiveObjCount, getMboSet, getName, getSchemaOwner, getSetForRelationship, getSetFromKeys, getStateCmdList, getStateList, getURL, verifyUser, verifyUser
isAppService, isSingletonService, restart
com.ibm.json.java.JSONObject getSpatialMapConf(MboRemote mapManager, UserInfo userInfo, java.lang.String appName, ProfileRemote profile) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
com.ibm.json.java.JSONObject getXYConvertedToWGS84(UserInfo userInfo, java.lang.Double x, java.lang.Double y) throws MXException, java.io.IOException
MXException
java.io.IOException
MboRemote getMap(UserInfo userInfo) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
com.ibm.json.java.JSONObject getCoordsFromLinkedFeature(UserInfo userInfo, MboRemote linkedMbo) throws MXException, java.io.IOException
MXException
java.io.IOException
java.util.Set<java.lang.String> getMboLinkableAttributes(java.lang.String mboName, UserInfo userInfo) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
com.ibm.json.java.JSONArray getMapServicesArray(UserInfo userInfo, ProfileRemote userProfile, java.lang.String appName) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
void addSpatialTokenInfo(com.ibm.json.java.JSONObject mapConf) throws java.rmi.RemoteException
java.rmi.RemoteException
void setTokenAuthenInfo(java.lang.String url, MboRemote plussMapSrv, MboRemote mapManager) throws java.rmi.RemoteException, MXApplicationException
java.rmi.RemoteException
MXApplicationException
com.ibm.json.java.JSONObject assembleLayerDefinitions(UserInfo userInfo, MboRemote mapManager, com.ibm.json.java.JSONArray mapServicesArray) throws MXException, java.rmi.RemoteException, java.io.IOException
MXException
java.rmi.RemoteException
java.io.IOException
MboRemote getLinkedFeature(MboRemote owner, java.lang.String featureClass) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException