fmeobjects.FMEReal32Tile.setData

FMEReal32Tile.setData(dataArray)

This method sets the contents of the tile data values using the provided data list.

Parameters:

dataArray (list[list[float]]) – This data will set the contents of the tile data. The number of lists inside the list represents the number of rows in a tile. For example, to set a tile that has 2 rows and 5 columns, a list must have 2 lists where each list contains 5 float values.

Return type:

None