SlopeSetting

new Cesium.SlopeSetting()

The slope setting object.

Members

ColorTable : ColorTable

Gets or sets the color table (ColorTable).

ColorTableMaxKey : Number

Gets or sets the maximum key value of the color table (ColorTable).

ColorTableMinKey : Number

Gets or sets the minimum key value of the color table (ColorTable).

CoverageArea : Array

Get or set the area.

DisplayMode : Number

Gets or sets the rendering mode.

MaxVisibleValue : Number

Gets or sets the maximum visible value.

MinVisibleValue : Number

Gets or sets the minimum visible value.

Opacity : Number

Get or set the transparency. ([0.0,1.0], 0.0 is completely transparent, 1.0 is completely opaque)

Methods

staticCesium.SlopeSetting.clone(slopeSetting, result)SlopeSetting

Copy the SlopeSetting instance.
Name Type Description
slopeSetting SlopeSetting optional Source object.
result SlopeSetting optional target. Not specifying will create a new target object.
Returns:
target.