To begin wtih, when looking at the tutorial "Using the WebServiceRequest tool", 
I found the following code:

<WebServiceRequest id="wfsGetFeature">
   <targetModel>getFeatureTemplate</targetModel>
   <requestName>wfs:GetFeature</requestName>
   <maxFeatures>20</maxFeatures>
</WebServiceRequest>

This refers to wfs:GetFeature which I can't find anywhere in the sample 
code wfs-t. What are the attributes I need in GetFeature? How do I 
customize output? I assume I retrieve the entire dataset, but where does 
it get formatted? I can't easily tell in the example or tutorials.


Luca Giandoso wrote:
> If you want to get some information about a feature, wfsGetFeature is
> the right tool.
> What you don't understand about this tool?
>
> Luca Giandoso
>
> On 6/15/07, Amy Johnson <[EMAIL PROTECTED]> wrote:
>> I am confused on how wfsgetfeature works. I've been looking at the
>> sample wfs-t and the following section of code in config.xml:
>>
>> <WfsGetFeature id="wfsGetFeature">
>>       <buttonBar>mainButtonBar</buttonBar>
>>       <targetModel>mainMap</targetModel>
>>       <mouseHandler>mainMouseClick</mouseHandler>
>>       <class>RadioButton</class>
>>       <disabledSrc>/images/QueryDisable.png</disabledSrc>
>>       <enabledSrc>/images/QueryEnable.png</enabledSrc>
>>       <typeName>topp:tasmania_cities,topp:tasmania_roads</typeName>
>>       <tolerance>5</tolerance>
>>       
>> <transactionResponseModel>featureCollection</transactionResponseModel>
>>       <webServiceUrl>../../../geoserver/wfs</webServiceUrl>
>>     </WfsGetFeature>
>>
>>
>> I've also been looking at the following page:
>> http://docs.codehaus.org/display/MAP/Step+3+Set+Up+Queries
>>
>> which I think has to do with the same thing. My goal is to click on a
>> feature, retrieve data, then format the display of the data. Am I
>> looking at the right examples?
>>
>> Regards,
>>
>> Amy
>>
>> ------------------------------------------------------------------------- 
>>
>> 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/
>> _______________________________________________
>> Mapbuilder-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/mapbuilder-users
>>
>

-------------------------------------------------------------------------
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/
_______________________________________________
Mapbuilder-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mapbuilder-users

Reply via email to