表示可自定义弹出实体

Hierarchy

  • BaseDecorator
    • DeviceStatusWindowDecorator

Constructors

  • 创建可自定义的弹出窗口。

    Parameters

    • entity: Entity

      底层的 Cesium 实体。

    • params: any = {}

      自定义参数。

    • Optional clampToGround: boolean = false

      实体是否贴地显示。

    Returns DeviceStatusWindowDecorator

Properties

#clampToGround: boolean = true
#eventInstance: ((e) => void)

Type declaration

    • (e): void
    • Parameters

      • e: any

      Returns void

cartesian3Position: undefined | Cartesian3
color: string
container: HTMLDivElement
decoratorOpen: boolean = false
entity: Entity
html: string | HTMLElement
id: string
title: string
viewer: Viewer

Methods

  • Returns void

  • Parameters

    • e: any

    Returns void

  • 创建并显示弹出窗口装饰器。

    Returns void

  • Returns void

  • Returns void

  • 移除弹出窗口装饰器。

    Returns void