Appearance
KBE3D / KBCore / Cesium / RectangleGeometryUpdater
类: RectangleGeometryUpdater
A GeometryUpdater for rectangles. Clients do not normally create this class directly, but instead rely on DataSourceDisplay.
参数
The entity containing the geometry to be visualized.
参数
The scene where visualization is taking place.
方法
createFillGeometryInstance()
createFillGeometryInstance(
time:JulianDate):GeometryInstance
Creates the geometry instance which represents the fill of the geometry.
参数
time
The time to use when retrieving initial attribute values.
返回
The geometry instance representing the filled portion of the geometry.
createOutlineGeometryInstance()
createOutlineGeometryInstance(
time:JulianDate):GeometryInstance
Creates the geometry instance which represents the outline of the geometry.
参数
time
The time to use when retrieving initial attribute values.
返回
The geometry instance representing the outline portion of the geometry.
构造函数
构造函数
new RectangleGeometryUpdater(
entity:Entity,scene:Scene):RectangleGeometryUpdater
参数
entity
scene
返回
RectangleGeometryUpdater
