Home
last modified time | relevance | path

Searched refs:bbox_val (Results 1 – 2 of 2) sorted by relevance

/dports/math/curv/curv-0.5/libcurv/
H A Dshape.cc72 Value bbox_val = r->find_field(bbox_key, cx); in recognize() local
73 if (bbox_val.is_missing()) return false; in recognize()
84 bbox_ = BBox::from_value(bbox_val, At_Field("bbox", cx)); in recognize()
/dports/net/geocode-glib/geocode-glib-3.26.2/geocode-glib/
H A Dgeocode-nominatim.c1031 const char *bbox_val; in insert_bounding_box_element() local
1033 bbox_val = json_reader_get_string_value (reader); in insert_bounding_box_element()
1034 g_hash_table_insert (ht, g_strdup (name), g_strdup (bbox_val)); in insert_bounding_box_element()
1036 gdouble bbox_val; in insert_bounding_box_element() local
1038 bbox_val = json_reader_get_double_value (reader); in insert_bounding_box_element()
1039 g_hash_table_insert(ht, g_strdup (name), g_strdup_printf ("%lf", bbox_val)); in insert_bounding_box_element()
1041 gint64 bbox_val; in insert_bounding_box_element() local
1043 bbox_val = json_reader_get_double_value (reader); in insert_bounding_box_element()
1044 g_hash_table_insert(ht, g_strdup (name), g_strdup_printf ("%"G_GINT64_FORMAT, bbox_val)); in insert_bounding_box_element()