Re: [Geotools-gt2-users] Reg AStarShortestPathFinder in Geotools

2011-10-02 Thread Harshad S
inty. IT Services Business Solutions Outsourcing-Jody Garnett wrote: -To: Harshad S From: Jody Garnett Date: 09/30/2011 06:39PMcc: geotools-gt2-users@lists.sourceforge.netSubject: Re: [Geotools-gt2-users] Reg AStarSh

Re: [Geotools-gt2-users] Reg AStarShortestPathFinder in Geotools

2011-10-02 Thread Harshad S
PMcc: geotools-gt2-users@lists.sourceforge.netSubject: Re: [Geotools-gt2-users] Reg AStarShortestPathFinder in Geotools I think you (when you supply the generator) get to choose what to store where.* The graph is just a data structure; if you look at the example of the docs you

Re: [Geotools-gt2-users] Reg AStarShortestPathFinder in Geotools

2011-09-30 Thread Jody Garnett
___ > > -Harshad S/TVM/TCS wrote: - > > To: Harshad S/TVM/TCS > > From: Harshad S/TVM/TCS > > Date: 09/30/2011 03:49PM > > cc: geotools-gt2-users@lists.sourceforge.net > > (mailto:geotools-gt2-users@lists.sourceforge.net) > > Subject: Re: [Ge

Re: [Geotools-gt2-users] Reg AStarShortestPathFinder in Geotools

2011-09-30 Thread Harshad S
sourceforge.netFrom: Harshad S Date: 09/30/2011 02:22PMSubject: [Geotools-gt2-users] Reg AStarShortestPathFinder in Geotools Hey folks , I just needed to confirm one thing about 'AStarShortestPathFinder' class and its functions .   I have a graph and I run

Re: [Geotools-gt2-users] Reg AStarShortestPathFinder in Geotools

2011-09-30 Thread Harshad S
1 02:22PMSubject: [Geotools-gt2-users] Reg AStarShortestPathFinder in Geotools Hey folks , I just needed to confirm one thing about 'AStarShortestPathFinder' class and its functions .   I have a graph and I run the following code on it .  1) AStarShortestPathFind

[Geotools-gt2-users] Reg AStarShortestPathFinder in Geotools

2011-09-30 Thread Harshad S
Hey folks , I just needed to confirm one thing about 'AStarShortestPathFinder' class and its functions .   I have a graph and I run the following code on it .  1) AStarShortestPathFinder astar = new AStarShortestPathFinder(graph, source, dest, afuncs)   2) astar