https://cgi-italy.github.io/insula/schemas/v1.2.0/common/raster-band-mode-config.schema.json#/$defs/rasterBandCombinationRenderModeConfig
Band combination render mode config. In band combination mode the layer will be rendered with dynamic band combination selection
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | raster-band-mode-config.schema.json* |
object
(Band combination render mode config)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
type | string |
Required | cannot be null | Raster band mode config |
red | number |
Required | cannot be null | Raster band mode config |
green | number |
Required | cannot be null | Raster band mode config |
blue | number |
Required | cannot be null | Raster band mode config |
dataRange | object |
Optional | cannot be null | Raster band mode config |
type
is required
Type: string
(Band combination type constant)
cannot be null
defined in: Raster band mode config
string
(Band combination type constant)
constant: the value of this property must be equal to:
"combination"
Index of the band to use for red channel
red
is required
Type: number
(Red band)
cannot be null
defined in: Raster band mode config
number
(Red band)
Index of the band to use for green channel
green
is required
Type: number
(Green band)
cannot be null
defined in: Raster band mode config
number
(Green band)
Index of the band to use for blue channel
blue
is required
Type: number
(Blue band)
cannot be null
defined in: Raster band mode config
number
(Blue band)
dataRange
is optional
Type: object
(Bands data range)
cannot be null
defined in: Raster band mode config
object
(Bands data range)