fmeobjects.FMEBandTilePopulator.setOutputSize

FMEBandTilePopulator.setOutputSize(rows, cols)

Sets the output size of the source.

Parameters:
  • rows (int) – Number of rows.

  • cols (int) – Number of columns.

Return type:

tuple[int]

Returns:

New number of rows and columns after resampling the raster.

Raises:

FMEException – An exception is raised if an error occurred.

This method must be implemented in the FMEBandTilePopulator subclass.