Skip to main content

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

On Wednesday, June 06, 2012 09:22:11 AM Alberto Debiasi wrote:
> 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
Hola Alberto, 

have a look at  
plugins/net.refractions.udig.catalog.wfs/src/net/refractions/udig/catalog/internal/wfs/ui/WFSRegistryWizardPage.java

cheers
-- 
Mauricio Pazos


Back to the top