BuildingComponentSublayerProperties

用于在客户端过滤要素的 SQL where 子句。

关系

Extends

BuildingComponentSublayerProperties Extends BuildingSublayerProperties

属性

definitionExpression

用于在客户端过滤要素的 SQL where 子句。

definitionExpression?: string

类型: string

listMode

指示图层在图层列表小部件中的显示方式。

listMode?: "show" | "hide"

类型: "show" | "hide"

opacity

子图层的不透明度。

opacity?: number

类型: number

outFields

要包含在每个要素中的服务字段名称数组。

outFields?: string[]

类型: string[]

renderer

分配给子图层的渲染器。

renderer?: HeatmapRendererProperties

title

用于在图层列表和图例小部件等位置标识子图层的标题。

title?: string

类型: string

visible

指示子图层在视图中是否可见。

visible?: boolean

类型: boolean

BIMFlux AI