将一个网格对象转换为二进制结构。
语法
bytea ST_AsBinary(geomgrid grid)
参数
参数名称 | 描述 |
---|---|
grid | 需要输出的网格对象。 |
示例
with g as (
select unnest(st_asgridcode(
ST_geomfromtext('POINT(116.31522216796875 39.910277777777778)',4490), 15)) as grid)
select ST_asBinary(grid) from g;
st_asbinary
--------------------
\x01010c0f74271236