Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 PHP 通过 PostGIS 查询我的 PostgreSQL-db 以获取数据。其中一列是地理类型,这意味着从该列返回的数据看起来像一串随机字母和数字,当然不是。是否有可能以某种方式将该字符串解析为实际点,并读取该点的纬度和经度?
我现在可以用 SQL 做到这一点,但我现在想在开发过程中用 PHP 做到这一点。
有几个可用的输出选项。可能您想要的是ST_AsText来获得WKT。