postgresql – PostGIS中的ST是什么?

前端之家收集整理的这篇文章主要介绍了postgresql – PostGIS中的ST是什么?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
PostGIS中的几乎所有函数都从ST开始。例如ST_Distance_Sphere,ST_GeomFromText,ST_Intersection等

ST是什么意思?

http://www.postgis.org/documentation/manual-svn/PostGIS_Special_Functions_Index.html

manual

PostGIS has begun a transition from the existing naming convention to
an sql-MM-centric convention. As a result,most of the functions that
you know and love have been renamed using the standard spatial type
(ST)
prefix. PrevIoUs functions are still available,though are not
listed in this document where updated functions are equivalent. These
will be deprecated in a future release.

希望有帮助。

原文链接:https://www.f2er.com/postgresql/193320.html

猜你在找的Postgre SQL相关文章