BuildingLayerProps

高程信息

关系

Extends

BuildingLayerProps Extends LayerProps

继承: LayerProps

属性

elevationInfo

高程信息

elevationInfo?: ElevationInfo

filter

属性过滤器

filter?: FilterProps

类型: FilterProps

format

数据格式

format?: "RVT" | "IFC" | "RFA" | "DGN"

类型: "RVT" | "IFC" | "RFA" | "DGN"

id

图层唯一标识

id: string

类型: string

labelingInfo

标注信息

labelingInfo?: ILabelingInfo

outFields

输出字段

outFields?: string[]

类型: string[]

renderer

渲染器

renderer?: IRenderer

类型: IRenderer

title

图层标题

title: string

类型: string

url

图层数据地址

url: string

类型: string

visible

图层是否可见

visible?: boolean

类型: boolean

方法

onClick

onClick?(graphic): void

参数

返回:void

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