English中文

GroundGeometryUpdater

new Cesium.GroundGeometryUpdater(options)

用于更新地面几何实体的抽象类。 An abstract class for updating ground geometry entities.
名称 Name 类型 Type 说明 Description
options object 具有以下属性的对象: An object with the following properties:
名称 Name 类型 Type 说明 Description
entity Entity 包含要可视化的几何图形的实体。 The entity containing the geometry to be visualized.
scene Scene 可视化发生的场景。 The scene where visualization is taking place.
geometryOptions object 几何形状选项 Options for the geometry
geometryPropertyName string 几何属性名称 The geometry property name
observedPropertyNames Array.<string> 该几何体关心的实体属性 The entity properties this geometry cares about

成员 Members

获取 zindex Gets the zindex

方法 Methods

销毁对象并使用其资源。一旦对象被销毁,就不应再使用。 Destroys and resources used by the object. Once an object is destroyed, it should not be used.
抛出: Throws:
  • DeveloperError : This object was destroyed, i.e., destroy() was called.
需要帮助吗?获得答案的最快方法是从社区和团队那里获得答案 Need help? The fastest way to get answers is from the community and team on the Cesium Forum.