Summary
Methods:
| addMathCell |
添加电子盾要素 |
| removeMathCellById |
按id删除 |
Constructor
new ElectricShieldModel(options)
电子盾模型构造函数
Parameters:
| Name | Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
options |
Object | 可选项
|
Example
let electricShieldModel=new hmap.geosolution.math.ElectricShieldModel();
Methods
-
addMathCell(electricShield)
-
添加电子盾要素
Parameters:
Name Type Description electricShieldmodule:geosolution/cell~ElectricShield 电子盾要素
Example
electricShieldModel.addMathCell(electricShield); -
removeMathCellById(id)
-
按id删除
Parameters:
Name Type Description idString