RgbRenderer

constructor(stretchParameters: StretchParameters?, bandIndexes: Iterable<Int>, gammas: Iterable<Double>, estimateStatistics: Boolean)

Creates a RGB renderer.

Since

200.1.0

Parameters

stretchParameters

The stretch parameters object.

bandIndexes

The band indexes in which the raster is displayed. A MutableList of int32. Can be null.

gammas

Gamma adjustment. A MutableList of double. Can be null.

estimateStatistics

Estimates statistics.


constructor(stretchParameters: StretchParameters?, bandIndexes: Iterable<Int>, gammas: Iterable<Double>, estimateStatistics: Boolean, pansharpenType: PansharpenType, panchromaticRaster: Raster?, weights: Iterable<Double>)

Creates a RGB renderer.

Since

200.1.0

Parameters

stretchParameters

The stretch parameters object.

bandIndexes

The band indexes in which the raster is displayed. A MutableList of int32. Can be null.

gammas

Gamma adjustment. A MutableList of double. Can be null.

estimateStatistics

Estimates statistics.

pansharpenType
panchromaticRaster

Panchromatic raster, com.arcgismaps.raster.Raster.

weights

Band weights value for pansharpening. A MutableList of double.