PointCloudLayerProps

图层唯一标识

关系

Extends

PointCloudLayerProps Extends LayerProps

继承: LayerProps

属性

id

图层唯一标识

id: string

类型: string

labelingInfo

标注信息配置(可选)

labelingInfo?: ILabelingInfo

renderer

自定义渲染器(可选)

renderer?: IRenderer

类型: IRenderer

title

图层标题

title: string

类型: string

url

图层数据地址

url: string

类型: string

visible

图层是否可见

visible?: boolean

类型: boolean

方法

onPick

onPick?(result): void

参数

返回:void

onPointer

onPointer?(result): void

参数

  • result: PickInfo 指针位置信息或null

返回:void

onReady

onReady?(layer): void

参数

  • layer: ILayer 准备就绪的图层实例

返回:void

onRightPick

onRightPick?(result): void

参数

返回:void

BIMFlux AI