Hi Michael, i used the module to successfully create a graph from a Collection of Linestrings! The Problem I now have is how to deal with the nodes of the graph! graph.getNodes() gives me a collection of nodes (just numbers => maybe id of the nodes) but how can I create nodes?
If I look at the example of the link you gave me : ... //reference to a graph, already built Graph graph = ... //find a source node Node source = .. .. And want to create a node I can`t do it ;-) So maybe you or someone else can give me a hint how I can calculate a path between node !!with coordinates(x,Y)!! Cheers, Martin ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
