Bienvenue sur PostGIS.fr

Bienvenue sur PostGIS.fr , le site de la communauté des utilisateurs francophones de PostGIS.

PostGIS ajoute le support d'objets géographique à la base de données PostgreSQL. En effet, PostGIS "spatialise" le serverur PostgreSQL, ce qui permet de l'utiliser comme une base de données SIG.

Maintenu à jour, en fonction de nos disponibilités et des diverses sorties des outils que nous testons, nous vous proposons l'ensemble de nos travaux publiés en langue française.

source: trunk/workshop-routing-foss4g/web/GeoExt/docs/_sources/lib/GeoExt/widgets/tree/WMSCapabilitiesLoader.txt @ 76

Revision 76, 1.2 KB checked in by djay, 12 years ago (diff)

Ajout du répertoire web

  • Property svn:executable set to *
Line 
1
2.. currentmodule:: GeoExt.tree
3
4:class:`GeoExt.tree.WMSCapabilitiesLoader`
5================================================================================
6
7
8.. cssclass:: meta
9
10
11Extends
12    * `Ext.tree.TreeLoader <http://www.dev.sencha.com/deploy/dev/docs/?class=Ext.tree.TreeLoader>`_
13   
14
15
16
17
18
19
20.. class:: WMSCapabilitiesLoader
21
22    A loader that will load create a tree of all layers of a Web Map
23    Service (WMS), maintaining its tree structure. Nodes created by this
24    loader are instances of ``Ext.tree.TreeNode``. If the WMS Capabilities
25    advertise a name for a layer, an OpenLayers.Layer.WMS instance will
26    be set on the node in its ``layer`` attribute.
27
28
29   
30
31
32Config Options
33--------------
34
35Configuration properties in addition to
36those listed for `Ext.tree.TreeLoader <http://www.dev.sencha.com/deploy/dev/docs/?class=Ext.tree.TreeLoader>`_.
37
38
39.. describe:: layerOptions
40
41    ``Object``
42    Optional options to set on the WMS layers which will be created by
43    this loader.
44
45.. describe:: layerParams
46
47    ``Object``
48    Optional parameters to set on the WMS layers which will be created by
49    this loader.
50
51.. describe:: url
52
53    ``String``
54    The online resource of the Web Map Service.
55
56
57
58
59
60
61
62
63
Note: See TracBrowser for help on using the repository browser.