Splits a raster into a CompositeTile into tiles.
Splits a raster into a CompositeTile into tiles.
Tile to split.
TileLayout defining the tiles to be generated.
Set this flag to false if you want the tiles to be ArrayTiles, otherwise they will be CroppedTiles with the raster 'r' as the backing raster.
Set this flag to false if you do not want the resulting tiles to extend past the input Tile's cols and rows based on the input tileLayout. For instance, if the tile layout has tileRows = 50, the input raster has rows = 90, and extend is false, the tiles of the last row will have rows = 40 instead of rows = 50.
Converts a raster into a CompositeTile with the given tileLayout.
Converts a raster into a CompositeTile with the given tileLayout.
Tile to wrap.
TileLayout of the resulting CompositeTile.
Set this flag to false if you want the tiles to be ArrayTiles, otherwise they will be CroppedTiles with the raster 'r' as the backing raster.
Converts a raster into a CompositeTile with the given tileLayout.
Converts a raster into a CompositeTile with the given tileLayout.
Tile to wrap.
TileLayout of the resulting CompositeTile.
Converts a raster into a CompositeTile with the given tileLayout.
Converts a raster into a CompositeTile with the given tileLayout.
Tile to wrap.
Number of tile columns of the resulting CompositeTile.
Number of tile columns of the resulting CompositeTile.
Set this flag to false if you want the tiles to be ArrayTiles, otherwise they will be CroppedTiles with the raster 'r' as the backing raster.
Converts a raster into a CompositeTile with the given tileLayout.
Converts a raster into a CompositeTile with the given tileLayout.
Tile to wrap.
Number of tile columns of the resulting CompositeTile.
Number of tile columns of the resulting CompositeTile.