FeatureType

FeatureType是在FeatureLayer中定义的共享相同属性的要素子集。

构造函数

FeatureType

FeatureType是在FeatureLayer中定义的共享相同属性的要素子集。

new FeatureType(properties?)

参数

返回:FeatureType FeatureType对象

属性

id

要素类型标识符。

id: string | number

类型: string | number

name

要素类型名称。

name: string

类型: string

方法

clone

创建此对象的深度克隆。

clone(): this

返回:this

toJSON

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

toJSON(): any

返回:any

BIMFlux AI