Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-users] WFS Ops

Interesting; I think that the WFSDataStore would be readonly in this
case; as such they layer should be able to resolve to a FeatureSource;
but should not be able to resolve to a FeatureStore.

Can you make your tool only enable for FeatureSource? That should do
it. You should be able to do this when you define your tool in your
plugin.xml file.

Jody


On Fri, Mar 20, 2009 at 8:22 PM, Hochmeister Rudolf
<rudolf.hochmeister@xxxxxxxxxx> wrote:
> Hi,
>
> How do I tell my extension (which is a Point Delete Tool)
> to disable on the tool bar when the getCapabilities gives me
> ...
> <Operations>
> <Query/>
> <Update/>
> </Operations>
> ...
> on a specific feature type. Is there a programmatic way or do I have
> to edit the plugin.xml/plugin_customization.ini ?
>
> regards,
> Rudi
>
>
>
> Rudi Hochmeister
> Magistrat der Stadt Wien
> MA 14 - ADV - Referat EG3
> A 1082 Wien, Rathausstraße 1
> Email: rudolf.hochmeister@xxxxxxxxxx
> Telefon: (+43 1) 4000 91119
> Fax: (+43 1) 4000 7141
>
> _______________________________________________
> udig-users mailing list
> udig-users@xxxxxxxxxxxxxxxxxxxxx
> http://lists.refractions.net/mailman/listinfo/udig-users
>


Back to the top