Home
last modified time | relevance | path

Searched defs:cellIds (Results 1 – 1 of 1) sorted by relevance

/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2CellUnion.java36 private ArrayList<S2CellId> cellIds = new ArrayList<S2CellId>(); field in S2CellUnion
41 public void initFromCellIds(ArrayList<S2CellId> cellIds) { in initFromCellIds()
52 public void initFromIds(ArrayList<Long> cellIds) { in initFromIds()
57 public void initSwap(ArrayList<S2CellId> cellIds) { in initSwap()
62 public void initRawCellIds(ArrayList<S2CellId> cellIds) { in initRawCellIds()
66 public void initRawIds(ArrayList<Long> cellIds) { in initRawIds()
81 public void initRawSwap(ArrayList<S2CellId> cellIds) { in initRawSwap()
102 public ArrayList<S2CellId> cellIds() { in cellIds() method in S2CellUnion