如何在 deCarta DDS 中的 RMAN 之前进行 SNAP?

发布于 2024-08-01 15:00:30 字数 175 浏览 1 评论 0原文

我的一些路线不起作用,因为 deCarta DDS 在 OLL 和/或 DLL 附近没有找到任何弧线,并且服务器回答:

RMAN|%S=找不到路径源%N=0||

如何让服务器在单个请求中搜索附近的弧线(SNAP)并执行路由(RMAN)?

Some of my routes don't work because the deCarta DDS doesn't find any arc near OLL and/or DLL and the server answers:

RMAN|%S=Cannot find path origin%N=0||

How to make the server search a nearby arc (SNAP) and do the route (RMAN) in a single request?

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

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

发布评论

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

评论(1

可可 2024-08-08 15:00:30

我认为最好的选择是在客户端处理它。

在进行该调用之前,您不知道是否需要 SNAP 和 RMAN,或者只是一个 RMAN(我认为)。

您需要做的是运行 RMAN,如果有错误捕获它,执行 SNAP,然后执行新的 RMAN。

如果每次都执行 SNAP 和 RMAN,则会因不必要的调用而减慢系统速度。

I think that your best bet is to handle it on the client side.

Before you make that call you do not know if you need a SNAP and RMAN, or just an RMAN (I assume).

What you need to do is to run RMAN if there is an error catch it, do a SNAP followed by a new RMAN.

If you do a SNAP and RMAN everytime you will slow down your system with unecessary calls.

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