public interface MapDataSourceSetup
Modifier and Type | Method and Description |
---|---|
void |
cleanupRecordsMboSet(java.util.List<MboSetRemote> recordsList)
Implement this method to cleanup all MboSets in the records list, to free up Maximo cache.
|
java.util.List<MboSetRemote> |
getRecordsToPlaceOnMap()
Returns a list of MboSets that will be placed in the map.
|
java.util.List<MboSetRemote> getRecordsToPlaceOnMap() throws MXException, java.rmi.RemoteException
GISable
, to be properly set on map. MXException,
- RemoteExceptionMXException
java.rmi.RemoteException
void cleanupRecordsMboSet(java.util.List<MboSetRemote> recordsList) throws MXException, java.rmi.RemoteException
recordsList
- A list with all records with GIS data to be set on mapMXException,
- RemoteExceptionMXException
java.rmi.RemoteException