geosolution/cell~OutFire(options)

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

Summary

Methods:
getId

获取灭火对象的id值

Constructor

new OutFire(options)

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

粒子起点。

destination module:geom~Point

粒子终点,火、烟等没有粒子终点。

scale Number

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

Example
let outFire = new hmap.geosolution.cell.OutFire({
    coordinate:new hmap.basetype.Coordinate(120.21605059117685,30.220106422815018,0),
    destination:new hmap.basetype.Coordinate(120.2177617760875,30.221244396806093,0.0003)
});

Methods

getId() → {String}

获取灭火对象的id值

Returns:
String -

灭火对象的id值