Skip to content

KBE3D / KBCore / Cesium / MetadataEnum

类: MetadataEnum

A metadata enum. <p> See the 3D Metadata Specification

for 3D Tiles </p>

参数

Object with the following properties:

参数

The ID of the enum.

参数

The enum values.

参数

The enum value type.

参数

The name of the enum.

参数

The description of the enum.

参数

Extra user-defined properties.

参数

An object containing extensions.

属性

values

readonly values: MetadataEnumValue[]

The enum values.


valueType

readonly valueType: MetadataComponentType

The enum value type.


id

readonly id: string

The ID of the enum.


name

readonly name: string

The name of the enum.


description

readonly description: string

The description of the enum.


extras

readonly extras: any

Extra user-defined properties.


extensions

readonly extensions: any

An object containing extensions.

构造函数

构造函数

new MetadataEnum(options: { id: string; values: MetadataEnumValue[]; valueType?: MetadataComponentType; name?: string; description?: string; extras?: any; extensions?: any; }): MetadataEnum

参数

options
id

string

values

MetadataEnumValue[]

valueType?

MetadataComponentType

name?

string

description?

string

extras?

any

extensions?

any

返回

MetadataEnum

KBE3D @3.0.0 Copyright © 2024-present KBE3D