PostGIS中的ST是什么?

发布于 2024-12-02 03:16:23 字数 315 浏览 1 评论 0原文

PostGIS中几乎所有的功能都是以ST开头的。例如 ST_Distance_Sphere、ST_GeomFromText、ST_Intersection 等。ST

是什么意思?

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

Almost all the functions in PostGIS start with ST. e.g. ST_Distance_Sphere, ST_GeomFromText, ST_Intersection, etc.

What does ST mean?

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

怎樣才叫好 2024-12-09 03:16:23

来自手册

PostGIS 已开始从现有的命名约定过渡到
以 SQL-MM 为中心的约定。结果,大多数功能
你知道和爱已使用标准空间类型重命名
(ST) 前缀。以前的功能仍然可用,但不再可用
本文档中列出了更新后的功能等效的地方。这些
将在未来版本中弃用。

From the 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.

零崎曲识 2024-12-09 03:16:23

最初,它用于空间时间数据。来自http://doesen0.informatik.uni-leipzig.de/诉讼程序/论文/68.pdf

SQL/MM 标准对所有表、视图、类型、方法一致使用前缀 ST
和函数名称。该前缀最初代表空间和时间。本来是有意的
在标准开发的早期阶段定义时间组合
和空间延伸。原因是空间信息经常与
时态数据...在 SQL/MM 开发期间
空间,人们认为时间具有比空间应用程序更广泛的范围... SQL/MM 的贡献者不想继续提供时空支持,直到
SQL/Temporal 开发。
...今天,人们可能想将其解释为空间类型。

Originally, it was for spatial and temporal data. From http://doesen0.informatik.uni-leipzig.de/proceedings/paper/68.pdf:

The SQL/MM standard uses consistently the prefix ST for all tables, views, types, methods,
and function names. The prefix stood originally for Spatial and Temporal. It was intended
in the early stages of the standard development to define a combination of temporal
and spatial extension. A reason for that was that spatial information is very often tied with
temporal data... During the development of SQL/MM
Spatial, it was decided that temporal has a broader scope beyond the spatial application... The contributors to SQL/MM did not want to move forward with a Spatio-temporal support until
SQL/Temporal developed.
... Today, one might want to interpret it as Spatial Type.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文