简体   繁体   English

GIS第三方库

[英]Third party library for GIS purpose

I am running on a project where i need to create a path for my SHIP and i need to monitor the SHIP using the Lat/Long. 我在一个项目中运行,我需要为SHIP创建路径,并且需要使用纬度/经度来监视SHIP。 I need to plot the SHIP in a map & check its movement every 10 seconds. 我需要将SHIP绘制在地图中,并每10秒检查一次其移动。

I need to code all this in java. 我需要用Java编写所有代码。 so, is there any one who can suggest me a best way to start with. 因此,有没有人可以建议我一种最佳的开始方式。 Any third party libraries that would be useful for me. 任何对我有用的第三方库。

I suggest that Geotools is a proper starting point (see: http://www.geotools.org/ ). 我建议Geotools是一个合适的起点(请参阅: http : //www.geotools.org/ )。 Since your task is to track a ship's route, you should also consider the Graph extension here: http://docs.geotools.org/latest/userguide/extension/graph/index.html 由于您的任务是跟踪船舶的路线,因此您还应该在此处考虑Graph扩展名: http : //docs.geotools.org/latest/userguide/extension/graph/index.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM