-
-
Effect destruction
-
-
Json object to effect object
Name |
Type |
Description |
jsonObj |
Object
|
|
-
-
Get effect ID
Returns:
Effect ID.
- Inherited From:
-
getIsUsePlotVisible() → Boolean
-
Obtain whether to update the visibility of effects when the plotting object's visibility changes
Returns:
Whether to update
- Inherited From:
-
-
Get visibility
Returns:
visibility
- Inherited From:
-
setEndFeature(endAssociatedUuid)
-
Sets the end position object. If the incoming object is empty, the corresponding label is also set to empty.
Name |
Type |
Description |
endAssociatedUuid |
string
|
The uuid of the endpoint symbol.
|
-
setFeatures(startAssociatedUuid, endAssociatedUuid)
-
Sets the starting object, the incoming symbol cannot be empty.
Name |
Type |
Description |
startAssociatedUuid |
string
|
The uuid of the start symbol.
|
endAssociatedUuid |
string
|
The uuid of the end symbol.
|
-
setGeoGraphicObject(geoGraphicObject)
-
Set plotting object for the effect binding.
- Inherited From:
-
setIsUsePlotVisible(isUse)
-
Set whether to update the visibility of effects when the plotting object's visibility changes.
Name |
Type |
Description |
isUse |
Boolean
|
Whether to update |
- Inherited From:
-
-
Set the scene
Name |
Type |
Description |
scene |
Scene
|
3D scene |
- Inherited From:
-
setStartFeature(startAssociatedUuid)
-
Sets the starting position object, and if the incoming object is empty, the corresponding label is also set to empty.
Name |
Type |
Description |
startAssociatedUuid |
string
|
The uuid of the starting symbol.
|
-
setVisible(visible) → Boolean
-
Set visibility
Name |
Type |
Description |
visible |
Boolean
|
visibility
|
Returns:
True on success, false otherwise.
- Inherited From:
-
-
Effect object to JSON object
Returns:
JSON object
-
-
Update symbol link location when symbol moves.