fmeobjects.FMEBand.setCacheWindow
- FMEBand.setCacheWindow(startRow, numRows, startCol, numCols, tileNumRows, tileNumCols)
Identifies the data that will be eligible for caching through
getTile()
call.Call should be made before requesting tiles to improve caching efficiency.
- Parameters:
startRow (int) – Starting row number.
numRows (int) – Number of rows that will be included in cache window.
startCol (int) – Starting column number.
numCols (int) – Number of columns that will be included in cache window.
tileNumRows (int) – Number of tiles per row.
tileNumCols (int) – Number of tiles per column.
- Return type:
None
- Raises:
FMEException – An exception is raised if an error occurred.