RasterBandOrderer
From fmepedia
RasterBandOrderer is a Workbench Transformer.
Specifies the order of bands in a raster. Bands are reordered according to the input band indicies.
The Band List parameter is a list of band indicies separated by spaces which specifies the desired order of the bands. Indicies are zero based, so the first band is at index 0. Bands in the original raster that are not specified in the string will be appended after all the specified bands, in their original order. Note that bands may not be included in the list more than once.
For example, given an RGBA input raster with four bands and a band list of "3 0 2", the resulting raster would have bands ARBG.
