Hi there,

I'm making some WFS getFeature requests and each request has more than one 
query in it. My problem is that I can't link the result of the getFeature 
request with the results of each query... 

More "graphically":

My_Request --> q1, q2, q3

Server --> response --> the returned data is "alltogether" so I can't identify 
which features are part of q1, q2 or q3.


My request looks like this:

<wfs:GetFeature service="WFS" version="1.0.0" outputFormat="GML2"  
xmlns:wfs="http://www.opengis.net/wfs"; xmlns:ogc="http://www.opengis.net/ogc"; 
xmlns:gml="http://www.opengis.net/gml"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://www.opengis.net/wfs 
http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd";><wfs:Query 
typeName="IKT:prueba_wfst">
                                 <Filter>
                                        <PropertyIsEqualTo>
                                                
<PropertyName>MUNICIPIO</PropertyName><Literal>18</Literal>
                                        </PropertyIsEqualTo>
                                </Filter> 
                        </wfs:Query><wfs:Query typeName="IKT:prueba_wfst">
                                 <Filter>
                                        <PropertyIsEqualTo>
                                                
<PropertyName>MUNICIPIO</PropertyName><Literal>59</Literal>
                                        </PropertyIsEqualTo>
                                </Filter> 
                        </wfs:Query><wfs:Query typeName="IKT:prueba_wfst">
                                 <Filter>
                                        <PropertyIsEqualTo>
                                                
<PropertyName>MUNICIPIO</PropertyName><Literal>8</Literal>
                                        </PropertyIsEqualTo>
                                </Filter> 
                        </wfs:Query></wfs:GetFeature>

Is there a way in which I can identify this elements? Is it possible to add 
something to the requests in each query (maybe a tag or identifier) that could 
be returned with every feature?

I hope to have explained it clearly enough..

Thanks in advance.
 
Regards,

David Alda Fernández de Lezea

 

INFORMAZIO ETA TEKNOLOGIA UNITATEA / UNIDAD DE INFORMACIÓN Y TECNOLOGÍA 

 

Granja Modelo s/n

01192 Arkaute Araba
T 945 003 295 F 945 003 290

[email protected] <blocked::mailto:[email protected]>  | www.hazi.es 
<blocked::http://www.hazi.es/> 

 

 <file://C:\Documents and Settings\u0899dal\Datos de 
programa\Microsoft\Signatures\HAZI Consultoria_archivos\image001.jpg> 

<blocked::http://www.hazi.es/>  

*********************  LEGE OHARRA   *******************   AVISO LEGAL   
*******************   DISCLAIMER   ******************

Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua 
dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.

Este mensaje es personal y confidencial y su uso no autorizado está prohibido 
legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo 
ni conservarlo.

This message is personal and confidential, unauthorised use is legally 
prohibited. If you are not the intended recipient, delete it without resending 
or backing it.


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to