Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] WFS request

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

Back to the top