max(a.x) as xmax,
min(a.y) as ymin,
max(a.y) as ymax,
- extent(a.tile)
+ st_extent(a.tile)
FROM rt_gist_grid_test a, rt_gist_query_test b
WHERE b.x = 1 and b.y = 1
AND st_above(a.tile, b.tile);
max(a.x) as xmax,
min(a.y) as ymin,
max(a.y) as ymax,
- extent(a.tile)
+ st_extent(a.tile)
FROM rt_gist_grid_test a, rt_gist_query_test b
WHERE b.x = 1 and b.y = 1
AND a.tile |>> b.tile;
max(a.x) as xmax,
min(a.y) as ymin,
max(a.y) as ymax,
- extent(a.tile)
+ st_extent(a.tile)
FROM rt_gist_grid_test a, rt_gist_query_test b
WHERE b.x = 1 and b.y = 1
AND st_below(a.tile, b.tile);
max(a.x) as xmax,
min(a.y) as ymin,
max(a.y) as ymax,
- extent(a.tile)
+ st_extent(a.tile)
FROM rt_gist_grid_test a, rt_gist_query_test b
WHERE b.x = 1 and b.y = 1
AND a.tile <<| b.tile;
max(a.x) as xmax,
min(a.y) as ymin,
max(a.y) as ymax,
- extent(a.tile)
+ st_extent(a.tile)
FROM rt_gist_grid_test a, rt_gist_query_test b
WHERE b.x = 1 and b.y = 1
AND st_contain(b.tile, a.tile);
max(a.x) as xmax,
min(a.y) as ymin,
max(a.y) as ymax,
- extent(a.tile)
+ st_extent(a.tile)
FROM rt_gist_grid_test a, rt_gist_query_test b
WHERE b.x = 1 and b.y = 1
AND b.tile ~ a.tile;
max(a.x) as xmax,
min(a.y) as ymin,
max(a.y) as ymax,
- extent(a.tile)
+ st_extent(a.tile)
FROM rt_gist_grid_test a, rt_gist_query_test b
WHERE b.x = 1 and b.y = 1
AND st_contained(a.tile, b.tile);
max(a.x) as xmax,
min(a.y) as ymin,
max(a.y) as ymax,
- extent(a.tile)
+ st_extent(a.tile)
FROM rt_gist_grid_test a, rt_gist_query_test b
WHERE b.x = 1 and b.y = 1
AND a.tile @ b.tile;
max(a.x) as xmax,
min(a.y) as ymin,
max(a.y) as ymax,
- extent(a.tile)
+ st_extent(a.tile)
FROM rt_gist_grid_test a, rt_gist_query_test b
WHERE b.x = 1 and b.y = 1
AND st_left(a.tile, b.tile);
max(a.x) as xmax,
min(a.y) as ymin,
max(a.y) as ymax,
- extent(a.tile)
+ st_extent(a.tile)
FROM rt_gist_grid_test a, rt_gist_query_test b
WHERE b.x = 1 and b.y = 1
AND a.tile << b.tile;
max(a.x) as xmax,
min(a.y) as ymin,
max(a.y) as ymax,
- extent(a.tile)
+ st_extent(a.tile)
FROM rt_gist_grid_test a, rt_gist_query_test b
WHERE b.x = 1 and b.y = 1
AND st_overabove(a.tile, b.tile);
max(a.x) as xmax,
min(a.y) as ymin,
max(a.y) as ymax,
- extent(a.tile)
+ st_extent(a.tile)
FROM rt_gist_grid_test a, rt_gist_query_test b
WHERE b.x = 1 and b.y = 1
AND a.tile |&> b.tile;
max(a.x) as xmax,
min(a.y) as ymin,
max(a.y) as ymax,
- extent(a.tile)
+ st_extent(a.tile)
FROM rt_gist_grid_test a, rt_gist_query_test b
WHERE b.x = 1 and b.y = 1
AND st_overbelow(a.tile, b.tile);
max(a.x) as xmax,
min(a.y) as ymin,
max(a.y) as ymax,
- extent(a.tile)
+ st_extent(a.tile)
FROM rt_gist_grid_test a, rt_gist_query_test b
WHERE b.x = 1 and b.y = 1
AND a.tile &<| b.tile;
max(a.x) as xmax,
min(a.y) as ymin,
max(a.y) as ymax,
- extent(a.tile)
+ st_extent(a.tile)
FROM rt_gist_grid_test a, rt_gist_query_test b
WHERE b.x = 1 and b.y = 1
AND st_overlap(a.tile, b.tile);
max(a.x) as xmax,
min(a.y) as ymin,
max(a.y) as ymax,
- extent(a.tile)
+ st_extent(a.tile)
FROM rt_gist_grid_test a, rt_gist_query_test b
WHERE b.x = 1 and b.y = 1
AND a.tile && b.tile;
max(a.x) as xmax,
min(a.y) as ymin,
max(a.y) as ymax,
- extent(a.tile)
+ st_extent(a.tile)
FROM rt_gist_grid_test a, rt_gist_query_test b
WHERE b.x = 1 and b.y = 1
AND st_overleft(a.tile, b.tile);
max(a.x) as xmax,
min(a.y) as ymin,
max(a.y) as ymax,
- extent(a.tile)
+ st_extent(a.tile)
FROM rt_gist_grid_test a, rt_gist_query_test b
WHERE b.x = 1 and b.y = 1
AND a.tile &< b.tile;
max(a.x) as xmax,
min(a.y) as ymin,
max(a.y) as ymax,
- extent(a.tile)
+ st_extent(a.tile)
FROM rt_gist_grid_test a, rt_gist_query_test b
WHERE b.x = 1 and b.y = 1
AND st_overright(a.tile, b.tile);
max(a.x) as xmax,
min(a.y) as ymin,
max(a.y) as ymax,
- extent(a.tile)
+ st_extent(a.tile)
FROM rt_gist_grid_test a, rt_gist_query_test b
WHERE b.x = 1 and b.y = 1
AND a.tile &> b.tile;
max(a.x) as xmax,
min(a.y) as ymin,
max(a.y) as ymax,
- extent(a.tile)
+ st_extent(a.tile)
FROM rt_gist_grid_test a, rt_gist_query_test b
WHERE b.x = 1 and b.y = 1
AND st_right(a.tile, b.tile);
max(a.x) as xmax,
min(a.y) as ymin,
max(a.y) as ymax,
- extent(a.tile)
+ st_extent(a.tile)
FROM rt_gist_grid_test a, rt_gist_query_test b
WHERE b.x = 1 and b.y = 1
AND a.tile >> b.tile;
max(a.x) as xmax,
min(a.y) as ymin,
max(a.y) as ymax,
- extent(a.tile)
+ st_extent(a.tile)
FROM rt_gist_grid_test a, rt_gist_query_test b
WHERE b.x = 1 and b.y = 1
AND st_same(a.tile, b.tile);
max(a.x) as xmax,
min(a.y) as ymin,
max(a.y) as ymax,
- extent(a.tile)
+ st_extent(a.tile)
FROM rt_gist_grid_test a, rt_gist_grid_test b
WHERE b.x = 7 and b.y = 7
AND st_same(a.tile, b.tile);
max(a.x) as xmax,
min(a.y) as ymin,
max(a.y) as ymax,
- extent(a.tile)
+ st_extent(a.tile)
FROM rt_gist_grid_test a, rt_gist_query_test b
WHERE b.x = 1 and b.y = 1
AND a.tile ~= b.tile;
max(a.x) as xmax,
min(a.y) as ymin,
max(a.y) as ymax,
- extent(a.tile)
+ st_extent(a.tile)
FROM rt_gist_grid_test a, rt_gist_grid_test b
WHERE b.x = 7 and b.y = 7
AND a.tile ~= b.tile;