Hello everybody.

I would like to create a button that simply performs a getfeature request
like this:

http://www.example.com/wfs?service=wfs&version=1.1.0&request=*GetFeature*&;

Does exist a function that creates a layer with the WFS features, taking in
input a URL with the parameter "request=getFeature"  like this?

String getFeatureRequest = "
http://www.example.com/wfs?service=wfs&version=1.1.0&request=*GetFeature*&";;
WFSService.createLayer(String getFeatureRequest)

Thanks.
Alberto
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel

Reply via email to