I have been adding links to the test cases on many of the user guide pages; but it amounts to browsing the source code (or downloading / checking out the source code) and treating the test cases as working examples :-)
For the particular case of the graph module I added the link to "DijkstraShortestPathFinderWithTurnCostsTest.java" a couple weeks ago when someone was asking questions (was that you?) - http://docs.codehaus.org/display/GEOTDOC/Graphs A link to a single test case is provided at the top of the page under the word "related". Looking at this link I can see ... import org.geotools.graph.build.line.BasicLineGraphGenerator; I will add a link to all the test cases for now; you can review them in a web browser if you like: - http://svn.osgeo.org/geotools/trunk/modules/extension/graph/src/test/java/org/geotools/graph/ Jody On Wed, Jun 23, 2010 at 8:12 PM, laura siewe <[email protected]> wrote: > Hello, > Please show me the link where we are the test cases of the Djisktra Module. > I don't know where I can find it. > Thanks > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > Geotools-gt2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users > > ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
