layer~PointCloudBaseLayer(name, options)

点云图层 对接激光扫描生成的量级很大的点数据,

Summary

Methods:
clear

移除所有数据。

destroy

销毁当前对象。

getPointCount

获取图层上全部的点云数量。

Constructor

new PointCloudBaseLayer(name, options)

Parameters:
Name Type Description
name String

图层名称

options Object

可选项。给出的属性都将被绑定到该图层对象上。

Members

depthTest

获取图层的深度测试属性
return {Boolean} 深度测试属性

Overrides:

Methods

clear()

移除所有数据。

destroy()

销毁当前对象。

getPointCount() → {Number}

获取图层上全部的点云数量。

Returns:
Number -

点云数量