DisplayFilter

显示过滤器构造函数

构造函数

DisplayFilter

显示过滤器构造函数

new DisplayFilter(properties?)

参数

返回:DisplayFilter DisplayFilter对象

属性

id

显示过滤器标识符

id: string

类型: string

maxScale

过滤器关联的最大比例尺

maxScale: number

类型: number

minScale

过滤器关联的最小比例尺

minScale: number

类型: number

title

过滤器标题

title: string

类型: string

where

SQL查询条件

where: string

类型: string

方法

clone

克隆方法

clone(): this

返回:this

toJSON

转换为JSON

toJSON(): any

返回:any

BIMFlux AI