@@ -283,6 +283,10 @@ Important cross-system traits:
283283 [`cap_inflation`](@ref) to `1.75`.
284284 - **[`has_sorted_subtrees`](@ref).** True except for A5, whose canonical order
285285 has not established the two-sided [`descendant_range`](@ref) contract.
286+ - **[`has_congruent_refinement`](@ref).** True for HEALPix, S2 and ISEA4R,
287+ whose four children tile their parent exactly; false for IGeo7, H3 and A5.
288+ A `maxcells` [`MultiOrderCellSet`](@ref) descends through meeting cells
289+ alone where it holds, and through cells that miss as well where it does not.
286290 - **[`has_direct_location`](@ref).** True for every system here: each names
287291 the cell containing a point from the point's coordinates, so a
288292 [`PartialGrid`](@ref) over any of them locates through its complete level
@@ -396,7 +400,7 @@ export cellsize, levelfor
396400# the hierarchy's parent is a method on Base's function, not a name to re-export.
397401export cellindextype, levels, maxlevel, levelgrid, rootcells, children
398402export node_extent, maxneighbors, maxring, winding, has_sorted_subtrees
399- export has_direct_location
403+ export has_congruent_refinement, has_direct_location
400404export ancestor, descendants, descendant_range
401405export subtree
402406export cellid
0 commit comments