Searched defs:s2CellId (Results 1 – 10 of 10) sorted by relevance
99 private boolean isSatCommunicationAllowedAtLocation(long s2CellId) throws IOException { in isSatCommunicationAllowedAtLocation()137 private LocationTokenImpl(long s2CellId) { in LocationTokenImpl()191 private Integer getRegionalConfigIdForLocation(long s2CellId) throws IOException { in getRegionalConfigIdForLocation()
85 private List<String> findTimeZonesForS2CellId(long s2CellId) throws IOException { in findTimeZonesForS2CellId()108 private LocationTokenImpl(long s2CellId) { in LocationTokenImpl()
83 S2CellId s2CellId = in main() local129 S2CellId s2CellId = in processLocationLookupFromCSV() local
183 S2CellId s2CellId = new S2CellId(s2CellInfo.first); in normalize() local261 private static SatS2Range createS2Range(S2CellId s2CellId, int s2Level, int entryValue) { in createS2Range()
139 long s2CellId = fileFormat.createCellId(0b100_11111111, 100); in testCreateSatS2FileWithValidInput() local219 long s2CellId = fileFormat.createCellId(0b100_11111111, 0); in testCreateSatS2FileWithValidCellIdAndValidEntryValue() local
32 required uint64 s2CellId = 2; field
118 public boolean contains(long s2CellId) { in contains()
126 S2CellId s2CellId = new S2CellId(TestUtils.createCellId(fileFormat, 1, 1000, 999)); in testSatelliteAccessControl() local
218 S2CellId s2CellId, int s2Level) { in createRangeStartAndEnd()
135 S2CellId s2CellId = S2CellId.fromLatLng(latLng); in main() local