Richard Stanfield wrote: > Does the FeatureReader returned by getFeatureReader(Query, Transaction) need > to limit the FeatureType and Feature to the propertyNames contained in the > query? The GeoTools documentation is not clear on this point. > It does; the data store tutorial was clear on this point. You will find a couple wrapper classes that can perform this functionality for you. They are applied automatically by the AbstractDatastore super class so it may not of been obvious what was going on. > Currently, the featureReader I am returning in getFeatureReader does not pay > attention to the properyNames contained in the Query argument and I think > that is my problem. > Yep.
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
