Searched refs:geo (Results 1 – 6 of 6) sorted by relevance
50 List<Geometry> geo = Arrays.asList( in testEncodeGeometries() local58 String encodedStr = CbGeoUtils.encodeGeometriesToString(geo); in testEncodeGeometries()65 assertThat(geo.get(0)).isInstanceOf(CbGeoUtils.Polygon.class); in testEncodeGeometries()66 CbGeoUtils.Polygon polygon = (Polygon) geo.get(0); in testEncodeGeometries()80 assertThat(geo.get(1)).isInstanceOf(CbGeoUtils.Circle.class); in testEncodeGeometries()81 Circle circle = (Circle) geo.get(1); in testEncodeGeometries()92 List<Geometry> geo = CbGeoUtils.parseGeometriesFromString(geometriesStr); in testParseGeometriesFromString() local94 assertThat(geo.size()).isEqualTo(2); in testParseGeometriesFromString()97 assertThat(geo.get(0)).isInstanceOf(CbGeoUtils.Polygon.class); in testParseGeometriesFromString()98 CbGeoUtils.Polygon polygon = (Polygon) geo.get(0); in testParseGeometriesFromString()[all …]
4 // Adapt //depot/google3/geo/lightfield/refocus/image/camera_response.h|cc to
16070 // True if geo-based time zone detection is supported on the device.16079 // The current user's geo detection enabled setting.16104 // The latest geo-derived suggestion (non-persistent).
53672 field public static final String SCHEME_GEO = "geo:0,0?q=";
36506 field public static final java.lang.String SCHEME_GEO = "geo:0,0?q=";