Symbol libary management class
| Name | Type | Description |
|---|---|---|
url |
String | Plot service address |
Methods
-
Name Type Description Plot service addressString Returns:
Instance object of symbol libary managementExample:
var symbolLibManager = SymbolLibManager.getInstance(url); symbolLibManager.initializecompleted.addEventListener(function(){}); symbolLibManager.initializeAsync(); -
Cache all dot symbols from a specific symbol library
Name Type Description libIDNumber ID of symbol library -
Cache all dot symbols from a specific symbol library
Name Type Description libIDNumber ID of symbol library -
Destroy a Graphic Object.
-
Destroy a Graphic Object.
-
Asynchronously initialize a Symbol Library Management Object.
-
Asynchronously initialize a Symbol Library Management Object.
Name Type Description isCachedAllSymbolsBoolean Whether to cache all symbol information
