fmeobjects.FMEBandProperties.getNumTileCols

FMEBandProperties.getNumTileCols()

Returns the number of columns 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 columns per tile.