Skip to content

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

readonly properties: {[key: string]: MetadataClassProperty; }

The class properties.

索引签名

[key: string]: MetadataClassProperty


id

readonly id: string

The ID of the class.


name

readonly name: string

The name of the class.


description

readonly description: string

The description of the class.


extras

readonly extras: any

Extra user-defined properties.


extensions

readonly extensions: 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

KBE3D @3.0.0 Copyright © 2024-present KBE3D