Aller au contenu

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.


has_min_level: bool

min_level: int32

has_max_level: bool

max_level: int32

override_level_offset: bool

level_offset: int32

border_tile_aspect: HrzProtocol.BorderTileAspect

tiling_origin: HrzProtocol.TilingOrigin