Searched defs:s2CellId (Results 1 – 10 of 10) sorted by relevance
85 private List<String> findTimeZonesForS2CellId(long s2CellId) throws IOException { in findTimeZonesForS2CellId()108 private LocationTokenImpl(long s2CellId) { in LocationTokenImpl()
86 private boolean isSatCommunicationAllowedAtLocation(long s2CellId) throws IOException { in isSatCommunicationAllowedAtLocation()124 private LocationTokenImpl(long s2CellId) { in LocationTokenImpl()
162 S2CellId s2CellId = new S2CellId(s2CellNumber); in denormalize() local230 S2CellId s2CellId, int s2Level) { in createS2Range()
42 S2CellId s2CellId = getS2CellId(arguments.latDegrees, arguments.lngDegrees, in main() local
32 required uint64 s2CellId = 2; field
86 S2CellId s2CellId = new S2CellId(TestUtils.createCellId(fileFormat, 1, 1000, 999)); in testSatelliteAccessControl() local
140 long s2CellId = fileFormat.createCellId(0b100_11111111, 100); in testCreateSatS2FileWithValidInput() local
118 public boolean contains(long s2CellId) { in contains()
218 S2CellId s2CellId, int s2Level) { in createRangeStartAndEnd()
135 S2CellId s2CellId = S2CellId.fromLatLng(latLng); in main() local