fmeobjects.FMEBandProperties.getNumTileRows

FMEBandProperties.getNumTileRows()

Returns the number of rows in the tile size of the band. That is, this represents the most efficient tile size for data access. Note that a band can return data for any tile size (i.e. FMEBand.getTile will accept any tile), but using a tile with this size may have better performance or lower memory usage.

Return type:

int

Returns:

The number of rows per tile.