ArcGIS Flex API:将屏幕点转换为 MapPoint
使用ArcGIS Server Flex API,有没有办法将屏幕或地图控件上的鼠标坐标转换为地图中的空间坐标?似乎有将地图点转换为屏幕点的功能,但在另一个方向上转换的功能似乎奇怪地缺失。
Using the ArcGIS Server Flex API, is there a way to convert mouse coordinates on the screen or the a map control to spatial coordinates in the map? It seems like there's functionality to convert map points to screen points, but a function for converting in the other direction seems weirdly absent.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为
I think this method should help
hector:你真的应该问这个问题,或者你可以查看文档。方法 toScreen() 正是您想要的。
hector: You really should ask this as a question, or you could look into the documentation. Method toScreen() is just what you want.