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
Propertyspecifying whether the wall should be filled. -
granularity :Property
-
Gets or sets the Number
Propertyspecifying the sampling distance, in radians, between each latitude and longitude point. -
material :MaterialProperty
-
Gets or sets the
MaterialPropertyspecifying the appearance of the wall. -
maximumHeights :Property
-
Gets or sets the Array
Propertyspecifying 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
Propertyspecifying 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
Propertyspecifying whether the wall should be outlined. -
outlineColor :Property
-
Gets or sets the Color
Propertyspecifying whether the color of the outline. -
positions :Property
-
Gets or sets the vertex positions.
-
show :Property
-
Gets or sets the boolean
Propertyspecifying the wall's visibility.
Methods
-
clone(result) → WallGraphics
-
Duplicates a WallGraphics instance.
Name Type Description resultWallGraphics 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 sourceWallGraphics The object to be merged into this object.
