CylinderGeometryUpdater

new Cesium.CylinderGeometryUpdater(entity, scene)

用于更新圆柱的 GeometryUpdater 。 Clients do not normally create this class directly, but instead rely on DataSourceDisplay.
Name Type Description
entity Entity 圆柱几何型实体。
scene Scene 场景。

Members

获取地形偏移属性。

Methods

createFillGeometryInstance(time)GeometryInstance

创建表示几何图形填充的几何图形实例。
Name Type Description
time JulianDate 检索初始属性值时使用的时间。
Returns:
表示几何填充部分的几何实例。
Throws:

createOutlineGeometryInstance(time)GeometryInstance

创建表示几何图形边框的几何图形实例。
Name Type Description
time JulianDate 检索初始属性值时使用的时间。
Returns:
表示几何边框部分的几何实例。
Throws: