SlopeSetting

new SuperMap3D.SlopeSetting()

Slope setting object.

Members

ColorTable : ColorTable

Get or set the color table (ColorTable).

ColorTableMaxKey : Number

Get or set the maximum key value of the color table (ColorTable).

ColorTableMinKey : Number

Get or set the minimum key value of the color table (ColorTable).

CoverageArea : Array

Get or set the locale.

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

staticSuperMap3D.SlopeSetting.clone(slopeSetting, result)SlopeSetting

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