On Sat, Sep 17, 2011 at 7:29 PM, Kenneth Gulbrandsoy <[email protected]> wrote: > Hi! > I did a clean checkout of uDig this evening, referencing geotools > 8-SNAPSHOT. Since uDig is using CachingFeatureSource to implement caching > support, a we eventually need to update our dependency. I don't know that > much about CachingFeatureSource, but am I right to assume that this class > should not be used as anything else then an inspiration? It seems a bit odd > to add a dependency on the Docs module if this class is still usable? Maybe > some other module can adopt it, for example gt-data or even gt-main?
The class is something I did in response to users complaining rendering directly from the data sources was too slow, but it you are not 100% sure you're playing with a small data set you should not use it, because it loads all of the data in a in memory R-tree index. Besides I literally threw it togheter, it was not meant to be part of the library. So +1 for inspiration, or even about using it, but be very much aware of its limit (and even advertising its limits it would likely need some testing and some love) My 2 cents Cheers Andrea -- ------------------------------------------------------- Ing. Andrea Aime GeoSolutions S.A.S. Tech lead Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 962313 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.youtube.com/user/GeoSolutionsIT http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ------------------------------------------------------- ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA http://p.sf.net/sfu/rim-devcon-copy2 _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
