|
| QgsWfsParameters () |
| Constructor for WFS parameters with default values only. More...
|
|
| QgsWfsParameters (const QgsServerParameters ¶meters) |
| Constructor for WFS parameters with specific values. More...
|
|
virtual | ~QgsWfsParameters ()=default |
| Default destructor for QgsWfsParameters. More...
|
|
QString | bbox () const |
| Returns BBOX if defined or an empty string. More...
|
|
QgsRectangle | bboxAsRectangle () const |
| Returns BBOX as a rectangle if defined and valid. More...
|
|
void | dump () const |
| Dumps parameters. More...
|
|
QStringList | expFilters () const |
| Returns EXP_FILTER parameter as list. More...
|
|
QStringList | featureIds () const |
| Returns FEATUREID parameter as list. More...
|
|
QStringList | filters () const |
| Returns FILTER parameter as list. More...
|
|
QString | geometryNameAsString () const |
| Returns GEOMETRYNAME parameter as a string. More...
|
|
QString | maxFeatures () const |
| Returns MAXFEATURES parameter as a string. More...
|
|
int | maxFeaturesAsInt () const |
| Returns MAXFEATURES parameter as an int or its default value if not defined. More...
|
|
Format | outputFormat () const |
| Returns format. More...
|
|
QString | outputFormatAsString () const |
| Returns OUTPUTFORMAT parameter as a string. More...
|
|
QStringList | propertyNames () const |
| Returns PROPERTYNAME parameter as list. More...
|
|
ResultType | resultType () const |
| Returns resultType. More...
|
|
QString | resultTypeAsString () const |
| Returns RESULTTYPE parameter as a string. More...
|
|
QStringList | sortBy () const |
| Returns SORTBY parameter as list. More...
|
|
QString | srsName () const |
| Returns SRSNAME parameter as a string. More...
|
|
QString | startIndex () const |
| Returns STARTINDEX parameter as a string. More...
|
|
int | startIndexAsInt () const |
| Returns STARTINDEX parameter as an int or its default value if not defined. More...
|
|
QStringList | typeNames () const |
| Returns TYPENAME parameter as list. More...
|
|
QgsProjectVersion | versionAsNumber () const |
| Returns VERSION parameter if defined or its default value. More...
|
|
| QgsServerParameters () |
| Constructor. More...
|
|
| QgsServerParameters (const QUrlQuery &query) |
| Constructor. More...
|
|
virtual | ~QgsServerParameters ()=default |
|
void | add (const QString &key, const QString &value) |
| Adds a parameter. More...
|
|
void | clear () |
| Removes all parameters. More...
|
|
QString | fileName () const |
| Returns FILE_NAME parameter as a string or an empty string if not defined. More...
|
|
void | load (const QUrlQuery &query) |
| Loads new parameters. More...
|
|
QString | map () const |
| Returns MAP parameter as a string or an empty string if not defined. More...
|
|
void | remove (const QString &key) |
| Removes a parameter. More...
|
|
void | remove (QgsServerParameter::Name name) |
| Removes a parameter. More...
|
|
virtual QString | request () const |
| Returns REQUEST parameter as a string or an empty string if not defined. More...
|
|
QString | service () const |
| Returns SERVICE parameter as a string or an empty string if not defined. More...
|
|
QMap< QString, QString > | toMap () const |
| Returns all parameters in a map. More...
|
|
QUrlQuery | urlQuery () const |
| Returns a url query with underlying parameters. More...
|
|
QString | value (const QString &key) const |
| Returns the value of a parameter. More...
|
|
virtual QString | version () const |
| Returns VERSION parameter as a string or an empty string if not defined. More...
|
|