geosolution/cell~Smoke(options)

数学模型粒子模型module:geosolution/math~ParticleModel的组成元素之一-烟元素。

Summary

Methods:
getId

获取'粒子烟'对象的id值

Constructor

new Smoke(options)

Parameters:
Name Type Description
options Object
Name Type Description
origination module:geom~Point

粒子起点。

scale Number

预设比例,取值为大于0的数值,默认为1,参数设置不在取值范围时自动取默认值。

Example
let smoke = new hmap.geosolution.cell.Smoke({
   coordinate:new hmap.basetype.Coordinate(120.2177617760875,30.221244396806093,0.0004),
   scale:1
});

Methods

getId() → {String}

获取'粒子烟'对象的id值

Returns:
String -

'粒子烟'对象的id值