RgbRenderer

An RGB stretch renderer can combine bands as red, green, blue composites to help visualize the raster data in a RasterLayer. This renderer can be used for viewing color aerial photography, which is a three-band raster dataset, or to display different combinations of bands when working with multi-band raster datasets, such as satellite or aerial imagery.

Since

200.1.0

See also

Constructors

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

Creates a RGB renderer.

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

Creates a RGB renderer.

Properties

Link copied to clipboard

Band index array.

Link copied to clipboard

Panchromatic raster.

Link copied to clipboard

Pansharpen type.

Link copied to clipboard

Pansharpen weight array.

Inherited properties

Link copied to clipboard

The status of whether to estimate statistics or not when it's not available from the data source.

Link copied to clipboard

The gamma values.

Link copied to clipboard

The stretch parameters.