ClassBreakInfo

Describes the data represented by the class break.

构造函数

ClassBreakInfo

构造函数

new ClassBreakInfo(properties?)

参数

返回:ClassBreakInfo ClassBreakInfo对象

属性

label

Describes the data represented by the class break.

label: string

类型: string

maxValue

Sets the maximum value for the class break.

maxValue: number

类型: number

minValue

Sets the minimum value for the class break.

minValue: number

类型: number

访问器

symbol

定义用于渲染数据值在类别中断定义范围内的要素的符号。

get symbol(): Symbol3DUnion

返回: Symbol3DUnion 定义用于渲染数据值在类别中断定义范围内的要素的符号。

set symbol(value: PictureMarkerSymbolProperties & object | SimpleFillSymbolProperties & object | SimpleLineSymbolProperties & object | SimpleMarkerSymbolProperties & object | TextSymbolProperties & object | LabelSymbol3DProperties & object | LineSymbol3DProperties & object | MeshSymbol3DProperties & object | PointSymbol3DProperties & object | PolygonSymbol3DProperties & object): void

返回: void

方法

clone

创建类别中断信息对象的深层克隆。

clone(): ClassBreakInfo

返回:ClassBreakInfo

toJSON

将此类的实例转换为其JSON表示形式。

toJSON(): any

返回:any

BIMFlux AI