configManager

new SuperMap3D.configManager(options)

Profile Manager Instance Class
Name Type Description
options Object optional Object has the following properties
Name Type Description
serverUrl String optional Plotting service URL
configSmlInfo SmlInfoStruct optional Currently open profile information
configSmlFileName String optional The name of the currently open configuration file

Methods

staticSuperMap3D.configManager.getInstance(options)

Get Profile Manager Instance
Name Type Description
options Object optional Object has the following properties
Name Type Description
serverUrl String optional Plotting service URL
configSmlInfo Object optional Currently open profile information
configSmlFileName String optional The name of the currently open configuration file

openSmlFileOnServer(configSmlFileName)

Open the specified published profile
Name Type Description
configSmlFileName String The name when the configuration file is saved to the server

saveConfigData()Object

Configuration file to object
Returns:

saveSmlFileToServer(configDataPath, isCover)

Save the configuration file data to the server, overwrite if the file already exists on the server
Name Type Description
configDataPath String Local profile path
isCover Boolean Overwrite save or not