Appropriate "tool" to do graphs with eclipse?
I have a network of nodes, I know the location of each node thanks to GPS, and wonna represent the nodes distribution (something like a map) using eclipse... I tried with "Zest" but didn't get a the wanted results. What is the best开发者_如何学运维 way to do that? Thanks and regards
Why is this question tagged eclipse ? This sort of data should be shown on a map, if you want to do it interactively try using google earth. if you want to do it programmatically in eclipse, you could go with javascript and the google maps api, or check out Udig (http://udig.refractions.net/) for a full blown GIS based on eclipse
As @Gabe already said the question is not about eclipse. You should look at JGraph, I think it's the most popular library for drawing graphs in Java.
精彩评论