select b_g_f_name as F_name, b_g_f_type as Row_type, w_b_coord, s_b_coord, e_b_coord, n_b_coord from j_browse B, j_alex_mds A, j_theme T where T.theme_kw = 'Aerial photographs' and A.con_num = B.con_num and A.con_num = T.con_num; # where b_g_f_type = 'TIFF' # Box(pnt(w_b_coord,s_b_coord),pnt(e_b_coord,n_b_coord)) as Spatial_Domain,