public interface MapControlCallbacks
Modifier and Type | Method and Description |
---|---|
void |
addRecordsToLayer(java.lang.String layerName,
MboSetRemote mboSet,
boolean cleanOld)
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
|
void |
createMapCallback(java.lang.String action,
com.ibm.json.java.JSONObject results) |
MapDataUtils.PROVIDER |
getCurrentProvider() |
MboRemote |
getMainRecordMbo() |
void |
removeRecordsFromLayer(java.lang.String layerName,
MboSetRemote records)
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
|
void addRecordsToLayer(java.lang.String layerName, MboSetRemote mboSet, boolean cleanOld) throws java.rmi.RemoteException, MXException
the
- name of the layerA
- mboSet of Gisable mboscleanOld
- data before add new data?java.rmi.RemoteException
MXException
void removeRecordsFromLayer(java.lang.String layerName, MboSetRemote records) throws java.rmi.RemoteException, MXException
the
- name of the layerA
- mboSet of Gisable mbosjava.rmi.RemoteException
MXException
void createMapCallback(java.lang.String action, com.ibm.json.java.JSONObject results) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
MapDataUtils.PROVIDER getCurrentProvider()
MboRemote getMainRecordMbo() throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException