SQL Server 2008 SQL 空间 LINESTRING 操作

发布于 2024-11-04 17:57:04 字数 121 浏览 0 评论 0原文

我的表中存储了一个 LINESTRING,我需要知道一个点位于字符串的哪一端。我的想法是,我需要知道 LINESTRING 定义的“方向”,以便我可以以适当的方式计算沿线的距离(我已经知道该怎么做)。有人有什么想法吗?提前致谢。

I have a LINESTRING stored in my table and I need to know at what end of the string a point lies on. The idea is that I need to know what "direction" the LINESTRING was defined in so that I can calculate a distance down the line in the appropriate manner (which I already know how to do). Anybody have any ideas? Thanks in advance.

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

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

发布评论

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

评论(1

我不吻晚风 2024-11-11 17:57:05

我找到了答案。 STStartPoint()STEndPoint() 是您可以在 LINESTRING 实例上调用的函数,以获取表示函数名称含义的 POINT 对象。

I came across the answer. STStartPoint() and STEndPoint() are functions you can call on a LINESTRING instance to get POINT objects representing what the function names imply.

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