ARCGIS 切片到坐标

发布于 2024-12-12 09:35:17 字数 397 浏览 0 评论 0原文

我正在尝试开发自己的地图服务,然后将生成的图像显示到 ARCGIS 地图查看器中...... 无论如何,我的 *.ashx 服务读取 ARCGIS Tile URL 看起来像“http://services.arcgisonline.com/ArcGIS/rest/services/NGS_Topo_US_2D/MapServer/tile/1/1/2”

我想转换 (Zoom /TileX/TileY) 从上面的 url 到 Pixel 或 BoundingBox 使用 SRID 4326

BoundingBox 值不应超过最大/最小值介于 (-180,-90) 到 (180,90) 之间。

我将 Bbox 传递给我的存储过程,与一些 SQL 地理行相交。

有什么想法吗?

I'm trying to develop my own map service then display my generated images into ARCGIS map viewer ...
Anyway my *.ashx service reads ARCGIS Tile URL looks like "http://services.arcgisonline.com/ArcGIS/rest/services/NGS_Topo_US_2D/MapServer/tile/1/1/2"

I want to transform the value of (Zoom/TileX/TileY) from the url above to Pixel or BoundingBox USING SRID 4326

BoundingBox values should not exceeds Max/Min value between (-180,-90) to (180,90).

I'm taking the Bbox then passe it to my Stored procedure witch intersects some SQL geography rows.

Any Ideas ?

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

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

发布评论

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

评论(1

不忘初心 2024-12-19 09:35:17

您可以查看 BruTile 的 InvertedYAxis.TileToWorld

您将需要根据此处找到的信息定义一个架构:
http://server.arcgisonline.com/ArcGIS/rest/services/NGS_Topo_US_2D/MapServer不确定

这是否是您情况下最简单的解决方案

You could look at BruTile's InvertedYAxis.TileToWorld

You will need to define a schema based on the information you find here:
http://server.arcgisonline.com/ArcGIS/rest/services/NGS_Topo_US_2D/MapServer

Not sure if this is the easiest solution in your situation

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