Appearance
KBE3D / KBCore / Cesium / MetadataClass
类: MetadataClass
A metadata class.
<p> See the 3D Metadata Specification for 3D Tiles </p>
参数
Object with the following properties:
参数
The ID of the class.
参数
The name of the class.
参数
The description of the class.
参数
The class properties, where each key is the property ID.
参数
Extra user-defined properties.
参数
An object containing extensions.
属性
properties
readonlyproperties: {[key:string]:MetadataClassProperty; }
The class properties.
索引签名
[key: string]: MetadataClassProperty
id
readonlyid:string
The ID of the class.
name
readonlyname:string
The name of the class.
description
readonlydescription:string
The description of the class.
extras
readonlyextras:any
Extra user-defined properties.
extensions
readonlyextensions:any
An object containing extensions.
构造函数
构造函数
new MetadataClass(
options: {id:string;name?:string;description?:string;properties?: {[key:string]:MetadataClassProperty; };extras?:any;extensions?:any; }):MetadataClass
参数
options
id
string
name?
string
description?
string
properties?
{[key: string]: MetadataClassProperty; }
extras?
any
extensions?
any
返回
MetadataClass
