Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Arcgis WPF,我想知道是否可以在我的应用程序中加载图像作为地图?如果可能的话,你能告诉我如何实现吗?谢谢。
您可以将 ImageServer 用于图像文件,如果图像是 .jpeg 或 .png 且没有地理参考,则可以使用 ArcMap 将其设为地图服务(平铺地图服务或动态地图服务),然后使用该地图在您的代码中提供服务。有关详细信息,您可以访问 ArcGIS 在线 WPF 论坛
它是卫星图像还是只是图像?您使用的是什么 API?
如果只是一个图像,您可以使用图形层并将图像添加为图形。使用这种方法,您可以给它任何对您的空间参考有意义的纬度/经度。
如果您有卫星图像,您希望将其添加为栅格图层(ArcGIS for Desktop/Engine)或平铺地图服务(WPF/Silverlight API)。如果您使用的是 WPF API(而不是 ArcGIS Engine),则需要访问 ArcGIS Server 才能发布地图服务。
我建议通读API 文档,因为它有据可查。