(Sorry for the duplicate post, but thought it better to include a subject line.) I'm a geotools newbie, but I've setup geoserver and am querying it via wfs. I've created a client application using geotools 2.2.4 (I did not find it easy from scratch with the doco thats available), I construct a filter and add it to a query from which I get results. the trouble is that the query only ever sends a this query and never includes my filter (it does use maxFeatures and typeName settings though). eg: from serverlog - <?xml version="1.0" encoding="UTF-8"?> <GetFeature xmlns="http://www.opengis.net/wfs" xmlns:gml="http://www.opengis.net /gml" xmlns:ogc="http://www.opengis.net/ogc" version="1.0.0" service="WFS" outpu tFormat="GML2" maxFeatures="10"><Query typeName="sde:TOPO.GAZETTEER"></Query> </GetFeature>
the filter does get used - but its run clientside. how can I force geotools to send a complete wfs query to the server? grabbing all that data from the server for clientside processing is very slow. Thanks Jason. ----- End forwarded message ----- ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
