new Cesium.GroundGeometryUpdater(options)

用于更新地面几何实体的抽象类.
Name Type Description
options object 具有下列属性的天体:
Name Type Description
entity Entity 包含可视化几何的实体.
scene Scene 出现视觉的场景.
geometryOptions object 几何学选项
geometryPropertyName string 几何属性名称
observedPropertyNames Array.<string> 这种几何学所关心的实体属性

Members

readonly zIndex : number

获取 zindex

Methods

destroy()

破坏对象所使用的资源. 一旦物体被销毁,就不应使用.
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.