@@ -86,19 +86,19 @@ namespace QgsWfs
86
86
};
87
87
88
88
/* *
89
- * Constructor.
90
- * \param map of parameters where keys are parameters' names.
89
+ * Constructor for WFS parameters with specific values .
90
+ * \param parameters Map of parameters where keys are parameters' names.
91
91
*/
92
92
QgsWfsParameters ( const QgsServerRequest::Parameters ¶meters );
93
93
94
94
/* *
95
- * Constructor.
95
+ * Constructor for WFS parameters with default values only .
96
96
*/
97
97
QgsWfsParameters ();
98
98
99
99
/* *
100
100
* Loads new parameters.
101
- * \param map of parameters
101
+ * \param parameters Map of parameters
102
102
*/
103
103
void load ( const QgsServerRequest::Parameters ¶meters );
104
104
@@ -109,14 +109,14 @@ namespace QgsWfs
109
109
110
110
/* *
111
111
* Returns REQUEST parameter as a string or an empty string if not
112
- * defined.
112
+ * defined.
113
113
* \returns request
114
114
*/
115
115
QString request () const ;
116
116
117
117
/* *
118
118
* Returns VERSION parameter as a string or an empty string if not
119
- * defined.
119
+ * defined.
120
120
* \returns version
121
121
*/
122
122
QString version () const ;
@@ -135,7 +135,7 @@ namespace QgsWfs
135
135
136
136
/* *
137
137
* Returns format. If the OUTPUTFORMAT parameter is not used, then the
138
- * default value is GML2 or GML3.
138
+ * default value is GML2 or GML3.
139
139
* \returns format
140
140
*/
141
141
Format outputFormat () const ;
@@ -148,7 +148,7 @@ namespace QgsWfs
148
148
149
149
/* *
150
150
* Returns resultType. If the RESULTTYPE parameter is not used, then the
151
- * default value is RESULTS.
151
+ * default value is RESULTS.
152
152
* \returns resultType
153
153
*/
154
154
ResultType resultType () const ;
@@ -167,7 +167,7 @@ namespace QgsWfs
167
167
168
168
/* *
169
169
* Returns MAXFEATURES parameter as an int or its default value if not
170
- * defined. An exception is raised if I is defined and cannot be
170
+ * defined. An exception is raised if I is defined and cannot be
171
171
* converted.
172
172
* \returns maxFeatures parameter
173
173
* \throws QgsBadRequestException
@@ -182,8 +182,8 @@ namespace QgsWfs
182
182
183
183
/* *
184
184
* Returns STARTINDEX parameter as an int or its default value if not
185
- * defined. An exception is raised if I is defined and cannot be
186
- * converted.
185
+ * defined. An exception is raised if I is defined and cannot be
186
+ * converted.
187
187
* \returns startIndex parameter
188
188
* \throws QgsBadRequestException
189
189
*/
@@ -221,7 +221,7 @@ namespace QgsWfs
221
221
222
222
/* *
223
223
* Returns BBOX as a rectangle if defined and valid. An exception is
224
- * raised if the BBOX string cannot be converted into a rectangle.
224
+ * raised if the BBOX string cannot be converted into a rectangle.
225
225
* \returns bbox as rectangle
226
226
* \throws QgsBadRequestException
227
227
*/
0 commit comments