Home
last modified time | relevance | path

Searched refs:containingCellId (Results 1 – 1 of 1) sorted by relevance

/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2EdgeIndex.java317 S2CellId containingCellId; in getCovering() local
319 containingCellId = containingCell(a, b); in getCovering()
326 containingCellId = (new S2CellId(0xFFF0)).parent(3); in getCovering()
338 containingCellId = in getCovering()
345 if (!containingCellId.equals(S2CellId.sentinel()) in getCovering()
346 && containingCellId.level() >= idealLevel - 2) { in getCovering()
347 edgeCovering.add(containingCellId); in getCovering()
348 return containingCellId.level(); in getCovering()