fmeobjects.FMEBand.swapPopulator
- FMEBand.swapPopulator(populator)
Swaps the band’s populator with the passed in populator.
The new populator must match the band properties (e.g. have the same number of rows/cols, and the same interpretation).
- Parameters:
populator (FMEBandTilePopulator) – FMEBandTilePopulator object.
- Return type:
None
- Raises:
FMEException – An exception is raised if an error occurred. The populator will be left unchanged if this is an unsupported operation.