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: Return type: Concrete class of
FMETile
typeReturns: 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.