Rgb Renderer
constructor(stretchParameters: StretchParameters?, bandIndexes: Iterable<Int>, gammas: Iterable<Double>, estimateStatistics: Boolean)
Creates a RGB renderer.
Since
200.1.0
Parameters
stretch Parameters
The stretch parameters object.
band Indexes
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.
estimate Statistics
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
stretch Parameters
The stretch parameters object.
band Indexes
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.
estimate Statistics
Estimates statistics.
pansharpen Type
panchromatic Raster
Panchromatic raster, com.arcgismaps.raster.Raster.
weights
Band weights value for pansharpening. A MutableList of double.