WallGraphics

new WallGraphics()

An optionally time-dynamic two dimensional wall.

Members

readonlydefinitionChanged :Event

Gets the event that is raised whenever a new property is assigned.

fill :Property

Gets or sets the Boolean Property specifying whether the wall should be filled.

granularity :Property

Gets or sets the Number Property specifying the sampling distance, in radians, between each latitude and longitude point.

material :MaterialProperty

Gets or sets the MaterialProperty specifying the appearance of the wall.

maximumHeights :Property

Gets or sets the Array Property specifying the top heights along the wall. This array must be the same length as positions, containing a height for each position. If undefined, the heights from positions are used.

minimumHeights :Property

Gets or sets the Array Property specifying the bottom heights of the wall. This array must be the same length as positions, containing a height for each position. If undefined, the bottom of the wall will be on the surface of the ellipsoid.

outline :Property

Gets or sets the Boolean Property specifying whether the wall should be outlined.

outlineColor :Property

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

positions :Property

Gets or sets the vertex positions.

show :Property

Gets or sets the boolean Property specifying the wall's visibility.

Methods

clone(result)WallGraphics

Duplicates a WallGraphics instance.
Name Type Description
result WallGraphics optional The object onto which to store the result.
Returns:
The modified result parameter or a new instance if one was not provided.

merge(source)

Assigns each unassigned property on this object to the value of the same property on the provided source object.
Name Type Description
source WallGraphics The object to be merged into this object.