Plotting

new SuperMap3D.Plotting(serverUrl, scene)

Master control class of dynamic plotting
Name Type Description
serverUrl String Plot service address
scene Scene scene

Methods

staticSuperMap3D.Plotting.getInstance(serverUrl, scene)Plotting

Get instance
Name Type Description
serverUrl String Plot service address
scene Scene scene
Returns:
Instance object for master control class of dynamic plotting

destroy()

Free up resources for destruction

getGOAnimationManager()GOAnimationManager

Get Animation Manager Object
Returns:
Instance object of Animation Manager

getModelInstanceMinCount()

Get the minimum number of model high-performance displays (when the number of models with the same appearance is greater than or equal to this value, turn on the model high-performance display mode; when it is less than this value, use the normal mode to display)
Returns:
Minimum number of model high-performance displays

getModelURI()String

Get the model server address
Returns:
URI model server address (format: http://127.0.0.1:8090)

getServerUrl()String

Get the plot service address
Returns:
Plot service address

getSitDataManager()SitDataManager

Get the Situation map Manager object
Returns:
Instance objects of Situation Map Manager

getSymbolLibManager()SymbolLibManager

Get the symbol library manager object
Returns:
Instance object of symbol library manager

setModelInstanceMinCount()

Set the minimum number of model high-performance displays (when the number of models with the same appearance is greater than or equal to this value, turn on the model high-performance display mode; when less than this value, use the normal mode to display)

setModelURI(URI)

Set the model server address
Name Type Description
URI String Model Server Address (Format: http://127.0.0.1:8090)