On Sat, Aug 6, 2011 at 7:22 PM, Alessandro Ferrucci <[email protected]> wrote: > Hello, > Here's the scenario. > I have Many databases with geospatial data partitioned by state. > I want to write a custom data store that takes a bounding box and a feature > type (table to extract from). The datastore will take the bounding box and > do an intersection query to see what > states the bounding box intersects (that will tell me what databases to > visit to extract features from). > Once I get the list of states that intersect the bounding box I will run > through the list of states and build the list of features from each of the > states that fall within the bounding box. > then I will return those features (I'm guessing as a FeatureSource?)
If you can wait a few days I'm working on almost that exact same store, it just does not have the bbox splitting. I should be able to commit it by the end of next week 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 The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
