hello Everybody,
Please I want to know the dépendency of LineGraphBuilder. I am trying to use
the Djisktra Module. To to first line of this code I have an error:
1. LineGraphBuilder graphBuilder = new LineGraphBuilder();
2. FeatureCollection fc = featureSource.getFeatures();
3. FeatureIterator f = fc.features();
4. try {
5. while(f.hasNext()){
6. Feature feature = f.next();
7. graphBuilder.add(ft);
8. }
9.} finally {
10. f.close();
11.}
12.Graph graph = graphBuilder.build();
13.}
14.LineGraphBuilder graphBuilder = new LineGraphBuilder();
15.FeatureCollection fc = featureSource.getFeatures();
16.FeatureIterator f = fc.features();
17.try {
18. while(f.hasNext()){
19. Feature feature = f.next();
20. graphBuilder.add(ft);
21.}
22.} finally {
23.f.close();
24.}
25.Graph graph = graphBuilder.build();
26.}
To Line 1, the error is: search depency at Maven Repositories for
LineGraphBuilder
To line 19, the error is: search dependency at Maven repositories for feature
Please I want to know what are this dependency.
Thank for your help.
------------------------------------------------------------------------------
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