Home
last modified time | relevance | path

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

/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2CellId.java51 public final strictfp class S2CellId implements Comparable<S2CellId> { class
112 public S2CellId(long id) { in S2CellId() method in S2CellId
116 public S2CellId() { in S2CellId() method in S2CellId
/external/s2-geometry-library-java/tests/com/google/common/geometry/
DS2CellIdTest.java127 S2CellId parent, ArrayList<S2CellId> cells, Map<S2CellId, S2CellId> parentMap) { in expandCell()