yes you can use the complete graph generator for this, just build a vertex
factory how produces the needed coordinate-vertices.
or you just build a simple graph by yourself and use two loops for building
all possible edges.
for getting the linestring between the two vertices, you probably need to
retriev them by yourself for every edge.
Or you set them for every edge when you create them, but then you will have
to use your own loops for building the edges, I think.
Hope I could help
On 3 May 2013 02:05, pmgmendes <p.m...@gm...> wrote:
> Hi list,
> I have a set of Coordinates that I consider Vertex. Is it possible to feed
> them to a graph generator so it can result in a direct graph from which I
> can get all the generate edges (Linestring between the Coordinates )?
>
> Thanks in advance!
>
> Pedro Mendes.
>
>
>
> --
> View this message in context:
> http://jgrapht-users.107614.n3.nabble.com/SimpleDirectGraph-generation-with-a-group-of-known-vertex-tp4024820.html
> Sent from the jgrapht-users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
> Get 100% visibility into your production application - at no cost.
> Code-level diagnostics for performance bottlenecks with <2% overhead
> Download for free and get started troubleshooting in minutes.
> http://p.sf.net/sfu/appdyn_d2d_ap1
> _______________________________________________
> jgrapht-users mailing list
> jgr...@li...
> https://lists.sourceforge.net/lists/listinfo/jgrapht-users
>
|