Lines Matching refs:cellId
33 S2CellId cellId; field in S2Cell
66 return cellId; in id()
134 if (cellId.isLeaf()) { in subdivide()
142 S2CellId id = cellId.childBegin(); in subdivide()
148 child.cellId = id; in subdivide()
172 return cellId.toPointRaw(); in getCenterRaw()
184 cellId.toFaceIJOrientation(i, j, null); in getCenterUV()
360 return cellId.intersects(cell.cellId); in mayIntersect()
378 return cellId.contains(cell.cellId); in contains()
382 cellId = id; in init()
421 return "[" + face + ", " + level + ", " + orientation + ", " + cellId + "]"; in toString()
436 && this.orientation == thatCell.orientation && this.cellId.equals(thatCell.cellId); in equals()