可以通过 ArcGIS 10 Desktop AddIn 中的 ArcObjects 使用自定义地图切片吗?
我可以通过 ArcGIS 10 Desktop AddIn 在 ArcMap 中以编程方式使用和渲染自定义地图切片吗?
AddIn 是使用 ArcObjects SDK for C#/.NET 和 ArcGIS 10 构建的。提取和渲染地图图块并不是 AddIn 的主要功能。但如果可以的话,我们绝对希望实现这个功能。
更多细节:
- 我收到了涉及 ITiledMapServer2 接口的提示,但我不清楚,并且 ArcObjects 文档中缺乏有关此任务的信息。 ArcGIS for Flex API 中的等效类是 TiledMapServiceLayer,但同样,这是桌面空间中的 ArcMap AddIn,而不是 Web 应用程序。
- 我们有内部软件来生成我们自己的图块,采用与 Google 地图 JS/Flash API 类似的相同缩放、图块 Y、图块 X 图块方案。
- 我们使用 Apache 来提供地图切片服务,因此目前没有以任何方式使用 ArcGIS Server(即创作切片、发布为 ArcGIS Server 地图服务等)。
先感谢您。
Can I programmatically consume and render custom map tiles in ArcMap via our ArcGIS 10 Desktop AddIn?
The AddIn is built using the ArcObjects SDK for C#/.NET and ArcGIS 10. Pulling and rendering map tiles is NOT the AddIn's primary function. But we would definitely like to implement this feature if it can be done.
More specifics:
- I received a tip that the ITiledMapServer2 interface is involved but it is unclear to me, and there is a dearth of info in ArcObjects docs regarding this task. The equivalent class within the ArcGIS for Flex API is TiledMapServiceLayer, but again this is an ArcMap AddIn in the desktop space, not a web app.
- We have in-house software to generate our own tiles in the same zoom, tile Y, tile X tiling scheme akin to the Google maps JS/Flash APIs.
- We are using Apache to serve the map tiles and thus are currently not using ArcGIS Server in any way (i.e. authoring the tiles, publishing as an ArcGIS Server map service, etc).
Thank you in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了节省人们的搜索时间,问题/答案位于此处。
To save a little searching for folks, the question / answers are here.