fmeobjects.FMEInt64Tile.getDataAsStringArray

FMEInt64Tile.getDataAsStringArray(startRow, startCol, numRows, numCols)

Get a list that contains values of the tiles. One str is added to the list for each cell in the specified area. If the specified area falls outside the bounds of the tile, the str array will not be modified. ‘startRow’, ‘startCols’, numRows’, and ‘numCols’ should be integers greater than or equal to 0.

Parameters:
  • startRow (int) – Starting row.

  • startCol (int) – Starting column.

  • numRows (int) – Number of rows to get.

  • numCols (int) – Number of columns to get.

Return type:

list[str]

Returns:

Values in the tile.