fmeobjects.FMEBandProperties.setNumTileRows
- FMEBandProperties.setNumTileRows(numRows)
Sets the number of rows per tile in the raster.
- Parameters
numRows (int) – Number of rows per tile in the raster. Number must be positive number, not exceeding the total number of rows.
- Return type
None
- Raises
FMEException – An exception is raised if an error occurred.