QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
18 #ifndef QGSWFSPARAMETERS_H
19 #define QGSWFSPARAMETERS_H
69 const QVariant::Type type = QVariant::String,
70 const QVariant defaultValue = QVariant( "" ) );
178 QString outputFormatAsString()
const;
185 Format outputFormat()
const;
191 QString resultTypeAsString()
const;
204 QStringList propertyNames()
const;
210 QString maxFeatures()
const;
219 int maxFeaturesAsInt()
const;
225 QString startIndex()
const;
234 int startIndexAsInt()
const;
246 QStringList typeNames()
const;
252 QStringList featureIds()
const;
258 QStringList filters()
const;
264 QString bbox()
const;
278 QStringList sortBy()
const;
284 QStringList expFilters()
const;
290 QString geometryNameAsString()
const;
293 bool loadParameter(
const QString &key,
const QString &value )
override;
296 void log(
const QString &msg )
const;
298 QList<QgsProjectVersion> mVersions;
299 QMap<QgsWfsParameter::Name, QgsWfsParameter> mWfsParameters;
void raiseError() const
Raises an error in case of an invalid conversion.
WFS parameter received from the client.
QgsRectangle toRectangle() const
Converts the parameter into a rectangle.
Format
Output format for the response.
A rectangle specified with double values.
QgsWfsParameter::Name mName
Name
Available parameters for WFS requests.
int toInt() const
Converts the parameter into an integer.
Definition of a parameter with basic conversion methods.
Provides an interface to retrieve and manipulate WFS parameters received from the client.
ResultType
Type of results.
QgsServerParameters provides an interface to retrieve and manipulate global parameters received from ...
static QString name(const QgsWfsParameter::Name)
Converts a parameter's name into its string representation.
QStringList toStringListWithExp(const QString &exp="\\(([^()]+)\\)") const
Converts the parameter into a list of string.
A class to describe the version of a project.