geosolution/math~SpreadCircleModel(options)

地理解决方案数学模型,扩散圆模型

Summary

Methods:
addMathCell

添加填充圆SpreadCircle对象

Constructor

new SpreadCircleModel(options)

扩散圆模型SpreadCircleModel的构造函数。

Parameters:
Name Type Description
options Object

可选项

Name Type Description
depthTest Boolean

是否开启深度测试,默认为false

sizeUnit String

扩散圆尺寸大小的单位,可选项有'map'(和地图单位保持一致),'px'(默认,像素单位)

Example
let filledCircleModel=new hmap.geosolution.math.SpreadCircleModel();

Methods

addMathCell(mathCell)

添加填充圆SpreadCircle对象

Parameters:
Name Type Description
mathCell module:geosolution/cell~SpreadCircle

填充圆对象