Package | Description |
---|---|
com.ibm.tivoli.maximo.map.mapman.app |
Modifier and Type | Method and Description |
---|---|
MapConfiguration |
MapManagerRemote.generateAndUpdateMapConfigurationObject()
Generates both XML and JSON map configuration definitions files for the current map manager record.
|
MapConfiguration |
MapManager.generateAndUpdateMapConfigurationObject() |
MapConfiguration |
MapManagerRemote.generateMapConfigurationObject()
Generates both XML and JSON map configuration definitions files for the current map manager record.
|
MapConfiguration |
MapManager.generateMapConfigurationObject() |
MapConfiguration |
MapManagerRemote.retrieveMapConfigurationObject(UserInfo userInfo)
Gets map configuration JSON definitions and adds initial extent definitions based on the the userInfo.
|
MapConfiguration |
MapManager.retrieveMapConfigurationObject(UserInfo userInfo) |
MapConfiguration |
MapManagerRemote.retrieveMapConfigurationObject(UserInfo userInfo,
boolean useCache)
Gets map configuration JSON definitions and adds initial extent definitions based on the the userInfo.
|
MapConfiguration |
MapManager.retrieveMapConfigurationObject(UserInfo userInfo,
boolean useCache) |
Modifier and Type | Method and Description |
---|---|
void |
MapManagerRemote.updateMapConfigurationObject(MapConfiguration mapConfiguration)
Saves map configuration definitions on the current map manager record.
|
void |
MapManager.updateMapConfigurationObject(MapConfiguration mapConfiguration) |