Searched refs:prevCell (Results 1 – 1 of 1) sorted by relevance
107 S2CellId prevCell = sortedS2CellIds.get(0).prev(); in create() local108 if (!sortedS2CellIds.contains(prevCell) in create()109 && satS2RangeFileReader.findEntryByCellId(prevCell.id()) != null) { in create()110 throw new IllegalStateException("The cell " + prevCell + ", which is right " in create()114 System.out.println("prevCell=" + prevCell + " is in the sortedS2CellIds"); in create()