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