Expand description
Tile identifier — (hilbert_prefix, system_from_ms).
The Hilbert prefix locates the tile in ND space; the system-time
suffix carries the bitemporal system-time version. Until bitemporal
tiles land, callers pass system_from_ms = 0.
Structs§
- TileId
- Composite tile key. Lexicographic ordering of
(hilbert_prefix, system_from_ms)keeps newer tile versions adjacent to their spatial parents, so the Ceiling resolver can reverse-scan a single Hilbert range.