fmeobjects.FMEBand.getTile

FMEBand.getTile(row, col, tile)

Populates a tile of data in the interpretation of the band starting at the values of row and col and encapsulating the number of columns defined in the tile.

Parameters:
  • row (int) – Row number.

  • col (int) – Column number.

  • 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.