从网格对象返回以box表示的网格范围。
语法
box ST_AsBox(geomgrid grid);
box[] ST_AsBox(geomgrid[] grid);
参数
参数名称 | 描述 |
---|---|
grid | 需要输出的网格对象。 |
示例
select st_asbox(
st_gridfromtext('G0013103220310313'));
st_asbox
------------------------------------------------------------------------------
(116.46666666666667,39.31666666666667),(116.4588888888889,39.30888888888889)