Skip to content

KBE3D / KBCore / Cesium / RectangleGraphics

类: RectangleGraphics

Describes graphics for a Rectangle. The rectangle conforms to the curvature of the globe and can be placed on the surface or at altitude and can optionally be extruded into a volume.

参数

Object describing initialization options

属性

definitionChanged

readonly definitionChanged: Event

Gets the event that is raised whenever a property or sub-property is changed or modified.


show

show: Property | undefined

Gets or sets the boolean Property specifying the visibility of the rectangle.


coordinates

coordinates: Property | undefined

Gets or sets the Property specifying the Rectangle.


height

height: Property | undefined

Gets or sets the numeric Property specifying the altitude of the rectangle.


heightReference

heightReference: Property | undefined

Gets or sets the Property specifying the HeightReference.


extrudedHeight

extrudedHeight: Property | undefined

Gets or sets the numeric Property specifying the altitude of the rectangle extrusion. Setting this property creates volume starting at height and ending at this altitude.


extrudedHeightReference

extrudedHeightReference: Property | undefined

Gets or sets the Property specifying the extruded HeightReference.


rotation

rotation: Property | undefined

Gets or sets the numeric property specifying the rotation of the rectangle clockwise from north.


stRotation

stRotation: Property | undefined

Gets or sets the numeric property specifying the rotation of the rectangle texture counter-clockwise from north.


granularity

granularity: Property | undefined

Gets or sets the numeric Property specifying the angular distance between points on the rectangle.


fill

fill: Property | undefined

Gets or sets the boolean Property specifying whether the rectangle is filled with the provided material.


material

material: MaterialProperty

Gets or sets the Property specifying the material used to fill the rectangle.


outline

outline: Property | undefined

Gets or sets the Property specifying whether the rectangle is outlined.


outlineColor

outlineColor: Property | undefined

Gets or sets the Property specifying the Color of the outline.


outlineWidth

outlineWidth: Property | undefined

Gets or sets the numeric Property specifying the width of the outline. <p> Note: This property will be ignored on all major browsers on Windows platforms. For details, see (@link https://github.com/CesiumGS/cesium/issues/40\

}. </p>


shadows

shadows: Property | undefined

Get or sets the enum Property specifying whether the rectangle casts or receives shadows from light sources.


distanceDisplayCondition

distanceDisplayCondition: Property | undefined

Gets or sets the DistanceDisplayCondition Property specifying at what distance from the camera that this rectangle will be displayed.


classificationType

classificationType: Property | undefined

Gets or sets the ClassificationType Property specifying whether this rectangle will classify terrain, 3D Tiles, or both when on the ground.


zIndex

zIndex: ConstantProperty | undefined

Gets or sets the zIndex Property specifying the ordering of the rectangle. Only has an effect if the rectangle is constant and neither height or extrudedHeight are specified.

方法

clone()

clone(result?: RectangleGraphics): RectangleGraphics

Duplicates this instance.

参数

result?

RectangleGraphics

The object onto which to store the result.

返回

RectangleGraphics

The modified result parameter or a new instance if one was not provided.


merge()

merge(source: RectangleGraphics): void

Assigns each unassigned property on this object to the value of the same property on the provided source object.

参数

source

RectangleGraphics

The object to be merged into this object.

返回

void

构造函数

构造函数

new RectangleGraphics(options?: ConstructorOptions): RectangleGraphics

参数

options?

ConstructorOptions

返回

RectangleGraphics

KBE3D @3.0.0 Copyright © 2024-present KBE3D