Lines Matching refs:cellId
42 assertEquals(face1Id, face1Union.cellId(0)); in testBasic()
50 assertEquals(face2Id, face2Union.cellId(0)); in testBasic()
81 for (S2CellId cellId : union) { in testContainsCellUnion()
82 parents.add(cellId.parent()); in testContainsCellUnion()
185 assertTrue(cap.contains(new S2Cell(cellunion.cellId(k)))); in testNormalize()
249 S2CellId yId = yCells.cellId(j); in testNormalize()
253 S2CellId xId = xCells.cellId(k); in testNormalize()
256 assertEquals(yId, u.cellId(0)); in testNormalize()
265 assertTrue(xCells.contains(u.cellId(k))); in testNormalize()
266 assertTrue(yId.contains(u.cellId(k))); in testNormalize()
300 S2Cell cell = new S2Cell(covering.cellId(i)); in getMaxAngle()
337 minLevel = Math.min(minLevel, covering.cellId(j).level()); in testExpand()