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 -
Free up resources for destruction
-
getGOAnimationManager() → GOAnimationManager
-
Get Animation Manager Object
Returns:
Instance object of Animation Manager -
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 -
Get the model server address
Returns:
URI model server address (format: http://127.0.0.1:8090) -
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 -
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)
-
Set the model server address
Name Type Description URI
String Model Server Address (Format: http://127.0.0.1:8090)