geosolution/cell~Fire(options)

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

Summary

Methods:
destroy

销毁对象

getId

获取'粒子火焰'对象的id值

Constructor

new Fire(options)

粒子模型-火焰元素的构造函数

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

粒子起点。

scale Number

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

Example
let fire = new hmap.geosolution.cell.Fire({
    coordinate:new hmap.basetype.Coordinate(120.2177617760875,30.221244396806093,0.0002)
});

Methods

destroy()

销毁对象

getId() → {String}

获取'粒子火焰'对象的id值

Returns:
String -

'粒子火焰'对象的id值