fmeobjects.FMEInt64Tile.getData

FMEInt64Tile.getData()

Returns data values of the tile.

Return type:

list[list[int]]

Returns:

Data values of the tile. The number of lists inside the list represents the number of rows in a tile. For example, a tile that has 2 rows and 5 columns will return a list containing 2 lists where each list has 5 integers.