Class: RingScan

Glodon.CIMCube.Animation.PlaneEffect. RingScan

波纹圆面

new RingScan(map, opt)

波纹圆面构造函数
Parameters:
Name Type Description
map Glodon.CIMCube CIMCube实例
opt Object 波纹圆面参数
Properties
Name Type Description
originPosition Object 路径{lon,lat,height}
Properties
Name Type Description
lon Number 经度
lat Number 纬度
height Number 高度
color Color 扫描效果颜色
duration Number 动画时长,默认为1;
radius number 半径,默认为10;
progressive number 扫描特效颜色衰减力度,默认为1;
projection Boolean 是否使用投影方式
count Number 波纹个数,默认为1;

Methods


dispose()

波纹圆面释放资源

hide()

隐藏波纹圆面

show()

显示波纹圆面

updateOption(opt)

更新选项
Parameters:
Name Type Description
opt Object 波纹圆面参数
Properties
Name Type Description
originPosition Object 路径{lon, lat, height}
color Color 扫描效果颜色
duration Number 动画时长,默认为1;
radius number 半径,默认为10;
progressive number 扫描特效颜色衰减力度,默认为1;
count Number 波纹个数,默认为1;