在 ArcMap 中移动实体
对于一个项目,我想模拟地图上单个实体的移动。有人为此推荐了ArcGIS,所以我环顾四周,发现了ArcMap。对于任何对该程序有经验的人:是否可以在地图上的某个位置上绘制一个点,并使用 for 循环使其移动?我知道这是一个非常普遍的问题,但我想在实际获得许可证之前我应该尝试了解有关该程序的更多信息。任何意见将不胜感激。
For a project, I want to simulate movement of individual entities on a map. Someone recommended ArcGIS for this purpose, so I looked around a bit and found ArcMap. For anyone who is experienced with the program: is it possible to plot, say, a dot on a location of a map, and make it move using a for loop? I know this is a really general question, but I thought I'd try to find out more about the program before actually getting a license. Any input would be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这可能是 ArcMap 非常古老的前身,所以我确信它仍然是可能的。那时它可以通过 Avenue 进行编程。现在可以使用 VBA 对其进行编程。
事实上,我为您找到了这个:
http://webhelp.esri.com /arcgisdesktop/9.2/pdf/Animation_in_ArcMap_Tutorial.pdf
如果这不是您想要的,您可以恢复到 VBA。
This was possibly in a very ancient predecessor to ArcMap, so I'm sure it's still possible. Back then it was programmable with Avenue. Now it's programmable with VBA.
In fact, I found this for you:
http://webhelp.esri.com/arcgisdesktop/9.2/pdf/Animation_in_ArcMap_Tutorial.pdf
If that's not exactly what you want, you can revert to VBA.
虽然使用 ArcMap 制作动画当然是可能的,但它并不是那么简单,并且会产生平庸的结果。
您还可以使用 Google Earth 制作动画。
https://developers.google.com/kml/documentation/time?hl=en
While it is certainly possible to animate with ArcMap, it is not all that straight forward and yields mediocre results.
You can also animate using Google Earth.
https://developers.google.com/kml/documentation/time?hl=en