|
From: Gregory G. <gre...@un...> - 2010-10-21 16:17:08
|
Dear all, With two colleagues, we are trying to intersect two features, like this example: http://localhost:8080/geoserver/ows?&VERSION=1.0.0&SERVICE=WFS&REQUEST=GetFeature&TYPENAME=cities&Filter=<Filter> <Intersect><PropertyName>Geometry</PropertyName><gml:Polygon><gml:outerBoundaryIs><gml:LinearRing> <gml:coordinates>135.5329,34.6624 135.4921,34.8153 135.3673,34.7815 135.3800,34.6216 135.5361,34.6210 135.5329,34.6624</gml:coordinates></gml:LinearRing></gml:outerBoundaryIs></gml:Polygon></Intersect></Filter> but instead of defining the <gml:coordinates> we want to call a second WFS GetFeature like that: http://localhost:8080/geoserver/ows?&VERSION=1.0.0&SERVICE=WFS&REQUEST=GetFeature&TYPENAME=cities&Filter=<Filter> <Intersect><PropertyName>Geometry</PropertyName><HTTP><Get onlineResource="http://sdi.unige.ch/arcgis/services/WFS_GDB/MapServer/WFSServer? request=GetFeature&version=1.0.0&srs=EPSG:4326&typename=WFS_GDB:river"/></HTTP></Intersect></Filter> But unfortunately this does not work. Did someone has an idea on how to do that and if it is possible? Thanks in advance for the help Regards Greg --- Gregory Giuliani Scientific collaborator - Spatial Data Infrastructure ************************************************************** University of Geneva/Institute for Environmental Sciences Climatic Change and Climate Impacts/enviroSPACE 7 route de Drize, CH - 1227 CAROUGE Phone: (+41 22) 379 00 21 Fax: (+41 22) 379 07 44 Web: http://www.unige.ch/envirospace Email: gre...@un... ************************************************************** UNEP/DEWA/GRID-Europe International Environment House 11, chemin des Anémones, CH - 1219 CHATELAINE Phone: (+41 22) 917 84 17 Fax: (+41 22) 917 80 29 Web: http://www.grid.unep.ch Email: gre...@un... ************************************************************** |