Class: SlopeSetting

SlopeSetting

new SlopeSetting()

Slope setting object.

Example
// Create slope and aspect settings
var slopeSetting= new SuperMap3D.SlopeSetting();

Members

ColorTableColorTable

Get or set the ColorTable.

ColorTableMaxKeyNumber

Get or set the maximum key value of the ColorTable.

ColorTableMinKeyNumber

Get or set the minimum key value of the ColorTable.

CoverageAreaArray

Get or set the region.

DisplayModeNumber

Get or set the presentation mode.

MaxVisibleValueNumber

Get or set the maximum visible value.

MinVisibleValueNumber

Get or set the minimum visible value.

OpacityNumber

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

SlopeArrowsColorCartesian4

Set slope direction arrow color

Methods

static clone(slopeSetting, result){SlopeSetting}

Copy the SlopeSetting instance.

Name Type Description
slopeSetting SlopeSetting

Source object.

result SlopeSetting optional

Target object. Not specifying will create a new target object.

Returns:
Type Description
SlopeSetting Target object.