Message HrzProtocol.LocalTilingSchemeParams
Defined in hrz/protocol/raster/tiling_scheme.proto.
full_image_width: int64
Width of the domain of the raster, in pixels. This is not necessarily the same as the width of the image, as the tiling scheme may be defined on a larger domain than the image.
full_image_height: int64
Height of the domain of the raster, in pixels. This is not necessarily the same as the height of the image, as the tiling scheme may be defined on a larger domain than the image.
tile_size: int32
Size of the tiles, in pixels.
Some tiles can be smaller than this size, depending on the
border_tile_aspect and the dimensions of the raster.