geosolution/math~FilledCircleModel(options)

地理解决方案数学模型,填充圆模型。平面效果,显示不使用深度(或高程)信息,叠加层次与添加或绘制顺序有关。

Summary

Methods:
addMathCell

添加填充圆FilledCircle对象

Constructor

new FilledCircleModel(options)

填充圆模型FilledCircleModel的构造函数。

Parameters:
Name Type Description
options Object

可选项

Name Type Description
depthTest Boolean

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

sizeUnit String

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

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

Methods

addMathCell(mathCell)

添加填充圆FilledCircle对象

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

填充圆对象