Searched refs:s2Cells (Results 1 – 1 of 1) sorted by relevance
57 List<Long> s2Cells = readS2CellsFromFile(inputFile); in create() local58 System.out.println("Number of S2 cells read from file:" + s2Cells.size()); in create()62 List<S2CellId> sortedS2CellIds = denormalize(s2Cells, s2Level); in create()140 List<Long> s2Cells = new ArrayList(); in readS2CellsFromFile() local146 s2Cells.add(Long.parseLong(line)); in readS2CellsFromFile()153 return s2Cells; in readS2CellsFromFile()