Quadkey — where it appears
Named by 2 essays across one field — each of them below, with the objects they name alongside it.
A screen map is a pyramid of tiles
The scheme every slippy map runs on is a coordinate system with three integers and one projection, and almost all of it is forced. A square world is what makes the quadtree work, the levels are exact powers of two, and the published resolution — 156,543 metres per pixel at zoom zero — is a distance on the ground at exactly one latitude.
The address is a curve through the sphere
A database does not fetch a set of cells, it reads ranges of identifiers — so the cost of a query is how many runs its cells form, not how many cells it needs. Hilbert order wins that measurement and loses the one usually quoted for it: its neighbouring cells are further apart in identifier than row-major's, on average and at worst.
Named alongside it
The objects these essays reach for when they reach for this one.
ToleranceAddressAggregationAnisotropyCellConformalityConventionCoordinate reference systemDiscrete global gridDualityGround resolutionHierarchy