fmeobjects.FMEBandTilePopulator.getTile

FMEBandTilePopulator.getTile(startRow, startCol, tile)

Populates a tile of data starting at ‘startRow’ and ‘startCol’ and encapsulating the number of rows and columns defined in the tile.

Parameters:
  • startRow (int) – Row number to start tile population.

  • startCol (int) – Column number to start tile population.

  • tile (FMETile) – Tile to populate.

Return type:

Concrete class of FMETile type

Returns:

Tile after populating a tile of data.

Raises:

FMEException – An exception is raised if an error occurred.

This method must be implemented in the FMEBandTilePopulator subclass.