source:
trunk/workshop-routing-foss4g/web/GeoExt/docs/_sources/lib/GeoExt/data/WMSDescribeLayerReader.txt
@
76
Revision 76, 711 bytes checked in by djay, 11 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | |
2 | .. currentmodule:: GeoExt.data |
3 | |
4 | :class:`GeoExt.data.WMSDescribeLayerReader` |
5 | ================================================================================ |
6 | |
7 | |
8 | .. cssclass:: meta |
9 | |
10 | |
11 | Extends |
12 | * `Ext.data.DataReader <http://dev.sencha.com/deploy/dev/docs/?class=Ext.data.DataReader>`_ |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | |
20 | .. class:: WMSDescribeLayerReader(meta, recordType) |
21 | |
22 | :param meta: ``Object`` Reader configuration. |
23 | :param recordType: ``Array | Ext.data.Record`` An array of field |
24 | configuration objects or a record object. Default has |
25 | fields for owsType, owsURL, and typeName. |
26 | |
27 | Data reader class to create an array of |
28 | layer description objects from a WMS DescribeLayer |
29 | response. |
30 | |
31 | |
32 | |
33 | |
34 | |
35 | |
36 | |
37 | |
38 | |
39 | |
40 | |
41 |
Note: See TracBrowser
for help on using the repository browser.