QGIS API Documentation 3.30.0-'s-Hertogenbosch (f186b8efe0)
|
Provides an interface to retrieve and manipulate WMS parameters received from the client. More...
#include <qgswmsparameters.h>
Public Types | |
enum | DxfFormatOption { SCALE , MODE , LAYERATTRIBUTES , USE_TITLE_AS_LAYERNAME , CODEC , NO_MTEXT , FORCE_2D } |
Options for DXF format. More... | |
enum | Format { NONE , JPG , PNG , SVG , PDF , TEXT , XML , HTML , GML , JSON } |
Output format for the response. More... | |
Public Member Functions | |
QgsWmsParameters () | |
Constructor for WMS parameters with default values only. More... | |
QgsWmsParameters (const QgsServerParameters ¶meters) | |
Constructor for WMS parameters with specific values. More... | |
virtual | ~QgsWmsParameters () override=default |
bool | addLayerGroups () const |
Returns true if layer groups shall be added to GetLegendGraphic results. More... | |
QStringList | allLayersNickname () const |
Returns nickname of layers found in LAYER and LAYERS parameters. More... | |
QStringList | allStyles () const |
Returns styles found in STYLE and STYLES parameters. More... | |
QStringList | atlasPk () const |
Returns the ATLAS_PK parameter. More... | |
QString | backgroundColor () const |
Returns BGCOLOR parameter or an empty string if not defined. More... | |
QColor | backgroundColorAsColor () const |
Returns BGCOLOR parameter as a QColor or its default value if not defined. 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... | |
QString | boxSpace () const |
Returns BOXSPACE parameter or an empty string if not defined. More... | |
double | boxSpaceAsDouble () const |
Returns BOXSPACE as a double or its default value if not defined. More... | |
QgsWmsParametersComposerMap | composerMapParameters (int mapId) const |
Returns the requested parameters for a composer map parameter. More... | |
QString | composerTemplate () const |
Returns TEMPLATE parameter or an empty string if not defined. More... | |
QString | crs () const |
Returns CRS or an empty string if none is defined. More... | |
QMap< QString, QString > | dimensionValues () const |
Returns the dimensions parameter. More... | |
QString | dpi () const |
Returns DPI parameter or an empty string if not defined. More... | |
double | dpiAsDouble () const |
Returns DPI parameter as an int or its default value if not defined. More... | |
void | dump () const |
Dumps parameters. More... | |
QString | dxfCodec () const |
Returns the DXF CODEC parameter. More... | |
QMap< DxfFormatOption, QString > | dxfFormatOptions () const |
Returns a map of DXF options defined within FORMAT_OPTIONS parameter. More... | |
QStringList | dxfLayerAttributes () const |
Returns the DXF LAYERATTRIBUTES parameter. More... | |
QgsDxfExport::SymbologyExport | dxfMode () const |
Returns the DXF MODE parameter. More... | |
double | dxfScale () const |
Returns the DXF SCALE parameter. More... | |
bool | dxfUseLayerTitleAsName () const |
Returns the DXF USE_TITLE_AS_LAYERNAME parameter. More... | |
QList< QgsWmsParametersExternalLayer > | externalLayersParameters () const |
Returns parameters for each external layer. More... | |
QString | externalWMSUri (const QString &id) const |
Returns the external WMS uri. More... | |
QString | featureCount () const |
Returns FEATURE_COUNT parameter or an empty string if none is defined. More... | |
int | featureCountAsInt () const |
Returns FEATURE_COUNT as an integer. More... | |
QString | filterGeom () const |
Returns the filter geometry found in FILTER_GEOM parameter. More... | |
QStringList | filters () const |
Returns the list of filters found in FILTER parameter. More... | |
Format | format () const |
Returns format. More... | |
QString | formatAsString () const |
Returns FORMAT parameter as a string. More... | |
QString | height () const |
Returns HEIGHT parameter or an empty string if not defined. More... | |
int | heightAsInt () const |
Returns HEIGHT parameter as an int or its default value if not defined. More... | |
QStringList | highlightGeom () const |
Returns HIGHLIGHT_GEOM as a list of string in WKT. More... | |
QList< QgsGeometry > | highlightGeomAsGeom () const |
Returns HIGHLIGHT_GEOM as a list of geometries. More... | |
QStringList | highlightLabelBufferColor () const |
Returns HIGHLIGHT_LABELBUFFERCOLOR as a list of string. More... | |
QList< QColor > | highlightLabelBufferColorAsColor () const |
Returns HIGHLIGHT_LABELBUFFERCOLOR as a list of colors. More... | |
QStringList | highlightLabelBufferSize () const |
Returns HIGHLIGHT_LABELBUFFERSIZE. More... | |
QList< double > | highlightLabelBufferSizeAsFloat () const |
Returns HIGHLIGHT_LABELBUFFERSIZE as a list of float. More... | |
QStringList | highlightLabelColor () const |
Returns HIGHLIGHT_LABELCOLOR as a list of string. More... | |
QList< QColor > | highlightLabelColorAsColor () const |
Returns HIGHLIGHT_LABELCOLOR as a list of color. More... | |
QList< double > | highlightLabelDistance () const |
Returns HIGHLIGHT_LABEL_DISTANCE as a list of double. More... | |
QStringList | highlightLabelFont () const |
Returns HIGHLIGHT_LABELFONT. More... | |
QStringList | highlightLabelHorizontalAlignment () const |
Returns HIGHLIGHT_LABEL_HORIZONTAL_ALIGNMENT as a list of string. More... | |
QList< double > | highlightLabelRotation () const |
Returns HIGHLIGHT_LABEL_ROTATION as a list of double. More... | |
QStringList | highlightLabelSize () const |
Returns HIGHLIGHT_LABELSIZE as a list of string. More... | |
QList< int > | highlightLabelSizeAsInt () const |
Returns HIGHLIGHT_LABELSIZE as a list of int An exception is raised if an invalid size is found. More... | |
QStringList | highlightLabelString () const |
Returns HIGHLIGHT_LABELSTRING as a list of string. More... | |
QStringList | highlightLabelVerticalAlignment () const |
Returns HIGHLIGHT_LABEL_VERTICAL_ALIGNMENT as a list of string. More... | |
QStringList | highlightLabelWeight () const |
Returns HIGHLIGHT_LABELWEIGHT as a list of string. More... | |
QList< int > | highlightLabelWeightAsInt () const |
Returns HIGHLIGHT_LABELWEIGHT as a list of int. More... | |
QList< QgsWmsParametersHighlightLayer > | highlightLayersParameters () const |
Returns parameters for each highlight layer. More... | |
QStringList | highlightSymbol () const |
Returns HIGHLIGHT_SYMBOL as a list of string. More... | |
QString | i () const |
Returns I parameter or an empty string if not defined. More... | |
int | iAsInt () const |
Returns I parameter as an int or its default value if not defined. More... | |
QString | iconLabelSpace () const |
Returns ICONLABELSPACE parameter or an empty string if not defined. More... | |
double | iconLabelSpaceAsDouble () const |
Returns ICONLABELSPACE as a double or its default value if not defined. More... | |
QString | imageQuality () const |
Returns IMAGE_QUALITY parameter or an empty string if not defined. More... | |
int | imageQualityAsInt () const |
Returns IMAGE_QUALITY parameter as an integer. More... | |
Format | infoFormat () const |
Returns infoFormat. More... | |
QString | infoFormatAsString () const |
Returns INFO_FORMAT parameter as a string. More... | |
bool | infoFormatIsImage () const |
Checks if INFO_FORMAT parameter is one of the image formats (PNG, JPG). More... | |
int | infoFormatVersion () const |
Returns the infoFormat version for GML. More... | |
bool | isForce2D () const |
QFont | itemFont () const |
Returns the item font (built thanks to the ITEMFONTFAMILY, ITEMFONTSIZE, ITEMFONTBOLD, ... parameters). More... | |
QString | itemFontBold () const |
Returns ITEMFONTBOLD parameter or an empty string if not defined. More... | |
bool | itemFontBoldAsBool () const |
Returns ITEMFONTBOLD as a boolean or its default value if not defined. More... | |
QString | itemFontColor () const |
Returns ITEMFONTCOLOR parameter or an empty string if not defined. More... | |
QColor | itemFontColorAsColor () const |
Returns ITEMFONTCOLOR as a color. More... | |
QString | itemFontFamily () const |
Returns ITEMFONTFAMILY parameter or an empty string if not defined. More... | |
QString | itemFontItalic () const |
Returns ITEMFONTITALIC parameter or an empty string if not defined. More... | |
bool | itemFontItalicAsBool () const |
Returns ITEMFONTITALIC as a boolean or its default value if not defined. More... | |
QString | itemFontSize () const |
Returns ITEMFONTSIZE parameter or an empty string if not defined. More... | |
double | itemFontSizeAsDouble () const |
Returns ITEMFONTSIZE as a double. More... | |
QString | j () const |
Returns J parameter or an empty string if not defined. More... | |
int | jAsInt () const |
Returns J parameter as an int or its default value if not defined. More... | |
QFont | layerFont () const |
Returns the layer font (built thanks to the LAYERFONTFAMILY, LAYERFONTSIZE, LAYERFONTBOLD, ... parameters). More... | |
QString | layerFontBold () const |
Returns LAYERFONTBOLD parameter or an empty string if not defined. More... | |
bool | layerFontBoldAsBool () const |
Returns LAYERFONTBOLD as a boolean or its default value if not defined. More... | |
QString | layerFontColor () const |
Returns LAYERFONTCOLOR parameter or an empty string if not defined. More... | |
QColor | layerFontColorAsColor () const |
Returns LAYERFONTCOLOR as a color or its defined value if not defined. More... | |
QString | layerFontFamily () const |
Returns LAYERFONTFAMILY parameter or an empty string if not defined. More... | |
QString | layerFontItalic () const |
Returns LAYERFONTITALIC parameter or an empty string if not defined. More... | |
bool | layerFontItalicAsBool () const |
Returns LAYERFONTITALIC as a boolean or its default value if not defined. More... | |
QString | layerFontSize () const |
Returns LAYERFONTSIZE parameter or an empty string if not defined. More... | |
double | layerFontSizeAsDouble () const |
Returns LAYERFONTSIZE as a double. More... | |
QString | layerSpace () const |
Returns LAYERSPACE parameter or an empty string if not defined. More... | |
double | layerSpaceAsDouble () const |
Returns LAYERSPACE as a double or its default value if not defined. More... | |
QList< QgsWmsParametersLayer > | layersParameters () const |
Returns parameters for each layer found in LAYER/LAYERS. More... | |
QString | layerTitle () const |
Returns LAYERTITLE parameter or an empty string if not defined. More... | |
bool | layerTitleAsBool () const |
Returns LAYERTITLE as a bool or its default value if not defined. More... | |
QString | layerTitleSpace () const |
Returns LAYERTITLESPACE parameter or an empty string if not defined. More... | |
double | layerTitleSpaceAsDouble () const |
Returns LAYERTITLESPACE as a double. More... | |
QString | layoutParameter (const QString &id, bool &ok) const |
Returns a layout parameter thanks to its id. More... | |
QgsLegendSettings | legendSettings () const |
Returns legend settings. More... | |
QString | lineTolerance () const |
Returns FI_LINE_TOLERANCE parameter or an empty string if not defined. More... | |
int | lineToleranceAsInt () const |
Returns FI_LINE_TOLERANCE parameter as an integer. More... | |
bool | noMText () const |
QStringList | opacities () const |
Returns the list of opacities found in OPACITIES parameter. More... | |
QList< int > | opacitiesAsInt () const |
Returns the list of opacities found in OPACITIES parameter as integers. More... | |
QgsWmsParameter | operator[] (QgsWmsParameter::Name name) const |
Returns the parameter corresponding to name. More... | |
QString | pointTolerance () const |
Returns FI_POINT_TOLERANCE parameter or an empty string if not defined. More... | |
int | pointToleranceAsInt () const |
Returns FI_POINT_TOLERANCE parameter as an integer. More... | |
QString | polygonTolerance () const |
Returns FI_POLYGON_TOLERANCE parameter or an empty string if not defined. More... | |
int | polygonToleranceAsInt () const |
Returns FI_POLYGON_TOLERANCE parameter as an integer. More... | |
QStringList | queryLayersNickname () const |
Returns nickname of layers found in QUERY_LAYERS parameter. More... | |
QString | request () const override |
Returns REQUEST parameter as a string or an empty string if not defined. More... | |
QString | rule () const |
Returns RULE parameter or an empty string if none is defined. More... | |
QString | ruleLabel () const |
Returns RULELABEL parameter or an empty string if none is defined. More... | |
bool | ruleLabelAsBool () const |
Returns RULELABEL as a bool. More... | |
QString | scale () const |
Returns SCALE parameter or an empty string if none is defined. More... | |
double | scaleAsDouble () const |
Returns SCALE as a double. More... | |
QStringList | selections () const |
Returns the list of feature selection found in SELECTION parameter. More... | |
void | set (QgsWmsParameter::Name name, const QVariant &value) |
Sets a parameter value thanks to its name. More... | |
QString | showFeatureCount () const |
Returns SHOWFEATURECOUNT parameter or an empty string if none is defined. More... | |
bool | showFeatureCountAsBool () const |
Returns SHOWFEATURECOUNT as a bool. More... | |
QString | sldBody () const |
Returns SLD_body if defined or an empty string. More... | |
QString | srcHeight () const |
Returns SRCHEIGHT parameter or an empty string if not defined. More... | |
int | srcHeightAsInt () const |
Returns SRCHEIGHT parameter as an int or its default value if not defined. More... | |
QString | srcWidth () const |
Returns SRCWIDTH parameter or an empty string if not defined. More... | |
int | srcWidthAsInt () const |
Returns SRCWIDTH parameter as an int or its default value if not defined. More... | |
QString | symbolHeight () const |
Returns SYMBOLHEIGHT parameter or an empty string if not defined. More... | |
double | symbolHeightAsDouble () const |
Returns SYMBOLHEIGHT as a double or its default value if not defined. More... | |
QString | symbolSpace () const |
Returns SYMBOLSPACE parameter or an empty string if not defined. More... | |
double | symbolSpaceAsDouble () const |
Returns SYMBOLSPACE as a double or its default value if not defined. More... | |
QString | symbolWidth () const |
Returns SYMBOLWIDTH parameter or an empty string if not defined. More... | |
double | symbolWidthAsDouble () const |
Returns SYMBOLWIDTH as a double or its default value if not defined. More... | |
QString | tiled () const |
Returns TILED parameter or an empty string if not defined. More... | |
bool | tiledAsBool () const |
Returns TILED parameter as a boolean. More... | |
QString | transparent () const |
Returns TRANSPARENT parameter or an empty string if not defined. More... | |
bool | transparentAsBool () const |
Returns TRANSPARENT parameter as a bool or its default value if not defined. More... | |
QString | version () const override |
Returns VERSION parameter as a string or an empty string if not defined. More... | |
QgsProjectVersion | versionAsNumber () const |
Returns VERSION parameter if defined or its default value. More... | |
bool | versionIsValid (const QString version) const |
Returns true if version is valid, false otherwise. More... | |
QString | width () const |
Returns WIDTH parameter or an empty string if not defined. More... | |
int | widthAsInt () const |
Returns WIDTH parameter as an int or its default value if not defined. More... | |
bool | withGeometry () const |
Returns if the client wants the feature info response with geometry information. More... | |
bool | withMapTip () const |
withMapTip More... | |
QString | wmsPrecision () const |
Returns WMS_PRECISION parameter or an empty string if not defined. More... | |
int | wmsPrecisionAsInt () const |
Returns WMS_PRECISION parameter as an int or its default value if not defined. More... | |
QString | wmtver () const |
Returns WMTVER parameter or an empty string if not defined. More... | |
QString | x () const |
Returns X parameter or an empty string if not defined. More... | |
int | xAsInt () const |
Returns X parameter as an int or its default value if not defined. More... | |
QString | y () const |
Returns Y parameter or an empty string if not defined. More... | |
int | yAsInt () const |
Returns Y parameter as an int or its default value if not defined. More... | |
Public Member Functions inherited from QgsServerParameters | |
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... | |
Static Public Member Functions | |
static QString | formatAsString (Format format) |
Returns format parameter as a string. More... | |
Additional Inherited Members | |
virtual bool | loadParameter (const QString &name, const QString &value) |
Loads a parameter with a specific value. More... | |
Protected Attributes inherited from QgsServerParameters | |
QMap< QString, QString > | mUnmanagedParameters |
Provides an interface to retrieve and manipulate WMS parameters received from the client.
Definition at line 334 of file qgswmsparameters.h.
Options for DXF format.
Enumerator | |
---|---|
SCALE | |
MODE | |
LAYERATTRIBUTES | |
USE_TITLE_AS_LAYERNAME | |
CODEC | |
NO_MTEXT | |
FORCE_2D |
Definition at line 357 of file qgswmsparameters.h.
Output format for the response.
Enumerator | |
---|---|
NONE | |
JPG | |
PNG | |
SVG | |
TEXT | |
XML | |
HTML | |
GML | |
JSON |
Definition at line 341 of file qgswmsparameters.h.
QgsWms::QgsWmsParameters::QgsWmsParameters | ( | const QgsServerParameters & | parameters | ) |
Constructor for WMS parameters with specific values.
parameters | Map of parameters where keys are parameters' names. |
Definition at line 558 of file qgswmsparameters.cpp.
QgsWms::QgsWmsParameters::QgsWmsParameters | ( | ) |
Constructor for WMS parameters with default values only.
Definition at line 215 of file qgswmsparameters.cpp.
|
overridevirtualdefault |
bool QgsWms::QgsWmsParameters::addLayerGroups | ( | ) | const |
Returns true if layer groups shall be added to GetLegendGraphic results.
Definition at line 1036 of file qgswmsparameters.cpp.
QStringList QgsWms::QgsWmsParameters::allLayersNickname | ( | ) | const |
Returns nickname of layers found in LAYER and LAYERS parameters.
Definition at line 1472 of file qgswmsparameters.cpp.
QStringList QgsWms::QgsWmsParameters::allStyles | ( | ) | const |
Returns styles found in STYLE and STYLES parameters.
Definition at line 1512 of file qgswmsparameters.cpp.
QStringList QgsWms::QgsWmsParameters::atlasPk | ( | ) | const |
Returns the ATLAS_PK parameter.
Definition at line 1344 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::backgroundColor | ( | ) | const |
Returns BGCOLOR parameter or an empty string if not defined.
Definition at line 1759 of file qgswmsparameters.cpp.
QColor QgsWms::QgsWmsParameters::backgroundColorAsColor | ( | ) | const |
Returns BGCOLOR parameter as a QColor or its default value if not defined.
An exception is raised if BGCOLOR is defined and cannot be converted.
QgsBadRequestException |
Definition at line 1764 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::bbox | ( | ) | const |
Returns BBOX if defined or an empty string.
Definition at line 728 of file qgswmsparameters.cpp.
QgsRectangle QgsWms::QgsWmsParameters::bboxAsRectangle | ( | ) | const |
Returns BBOX as a rectangle if defined and valid.
An exception is raised if the BBOX string cannot be converted into a rectangle.
QgsBadRequestException |
Definition at line 733 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::boxSpace | ( | ) | const |
Returns BOXSPACE parameter or an empty string if not defined.
Definition at line 1061 of file qgswmsparameters.cpp.
double QgsWms::QgsWmsParameters::boxSpaceAsDouble | ( | ) | const |
Returns BOXSPACE as a double or its default value if not defined.
An exception is raised if an invalid parameter is found.
QgsBadRequestException |
Definition at line 1066 of file qgswmsparameters.cpp.
QgsWmsParametersComposerMap QgsWms::QgsWmsParameters::composerMapParameters | ( | int | mapId | ) | const |
Returns the requested parameters for a composer map parameter.
An exception is raised if parameters are defined and cannot be converted like EXTENT, SCALE, ROTATION, GRID_INTERVAL_X and GRID_INTERVAL_Y.
mapId | the composer map id. |
QgsBadRequestException |
Definition at line 1774 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::composerTemplate | ( | ) | const |
Returns TEMPLATE parameter or an empty string if not defined.
Definition at line 1769 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::crs | ( | ) | const |
Returns CRS or an empty string if none is defined.
Definition at line 705 of file qgswmsparameters.cpp.
QMap< QString, QString > QgsWms::QgsWmsParameters::dimensionValues | ( | ) | const |
Returns the dimensions parameter.
Definition at line 2244 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::dpi | ( | ) | const |
Returns DPI parameter or an empty string if not defined.
Definition at line 778 of file qgswmsparameters.cpp.
double QgsWms::QgsWmsParameters::dpiAsDouble | ( | ) | const |
Returns DPI parameter as an int or its default value if not defined.
An exception is raised if DPI is defined and cannot be converted.
QgsBadRequestException |
Definition at line 783 of file qgswmsparameters.cpp.
void QgsWms::QgsWmsParameters::dump | ( | ) | const |
Dumps parameters.
Definition at line 654 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::dxfCodec | ( | ) | const |
Returns the DXF CODEC parameter.
Definition at line 2209 of file qgswmsparameters.cpp.
QMap< QgsWmsParameters::DxfFormatOption, QString > QgsWms::QgsWmsParameters::dxfFormatOptions | ( | ) | const |
Returns a map of DXF options defined within FORMAT_OPTIONS parameter.
Definition at line 2221 of file qgswmsparameters.cpp.
QStringList QgsWms::QgsWmsParameters::dxfLayerAttributes | ( | ) | const |
Returns the DXF LAYERATTRIBUTES parameter.
Definition at line 2146 of file qgswmsparameters.cpp.
QgsDxfExport::SymbologyExport QgsWms::QgsWmsParameters::dxfMode | ( | ) | const |
double QgsWms::QgsWmsParameters::dxfScale | ( | ) | const |
Returns the DXF SCALE parameter.
Definition at line 2172 of file qgswmsparameters.cpp.
bool QgsWms::QgsWmsParameters::dxfUseLayerTitleAsName | ( | ) | const |
Returns the DXF USE_TITLE_AS_LAYERNAME parameter.
Definition at line 2159 of file qgswmsparameters.cpp.
QList< QgsWmsParametersExternalLayer > QgsWms::QgsWmsParameters::externalLayersParameters | ( | ) | const |
Returns parameters for each external layer.
Definition at line 1742 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::externalWMSUri | ( | const QString & | id | ) | const |
Returns the external WMS uri.
id | the id of the external wms |
Definition at line 2014 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::featureCount | ( | ) | const |
Returns FEATURE_COUNT parameter or an empty string if none is defined.
Definition at line 1051 of file qgswmsparameters.cpp.
int QgsWms::QgsWmsParameters::featureCountAsInt | ( | ) | const |
Returns FEATURE_COUNT as an integer.
An exception is raised if an invalid parameter is found.
QgsBadRequestException |
Definition at line 1056 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::filterGeom | ( | ) | const |
Returns the filter geometry found in FILTER_GEOM parameter.
Definition at line 1452 of file qgswmsparameters.cpp.
QStringList QgsWms::QgsWmsParameters::filters | ( | ) | const |
Returns the list of filters found in FILTER parameter.
Definition at line 1444 of file qgswmsparameters.cpp.
QgsWmsParameters::Format QgsWms::QgsWmsParameters::format | ( | ) | const |
Returns format.
If the FORMAT parameter is not used, then the default value is PNG.
Definition at line 859 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::formatAsString | ( | ) | const |
Returns FORMAT parameter as a string.
Definition at line 848 of file qgswmsparameters.cpp.
|
static |
Returns format parameter as a string.
Definition at line 853 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::height | ( | ) | const |
Returns HEIGHT parameter or an empty string if not defined.
Definition at line 738 of file qgswmsparameters.cpp.
int QgsWms::QgsWmsParameters::heightAsInt | ( | ) | const |
Returns HEIGHT parameter as an int or its default value if not defined.
An exception is raised if HEIGHT is defined and cannot be converted.
QgsBadRequestException |
Definition at line 748 of file qgswmsparameters.cpp.
QStringList QgsWms::QgsWmsParameters::highlightGeom | ( | ) | const |
Returns HIGHLIGHT_GEOM as a list of string in WKT.
Definition at line 690 of file qgswmsparameters.cpp.
QList< QgsGeometry > QgsWms::QgsWmsParameters::highlightGeomAsGeom | ( | ) | const |
Returns HIGHLIGHT_GEOM as a list of geometries.
An exception is raised if an invalid geometry is found.
QgsBadRequestException |
Definition at line 695 of file qgswmsparameters.cpp.
QStringList QgsWms::QgsWmsParameters::highlightLabelBufferColor | ( | ) | const |
Returns HIGHLIGHT_LABELBUFFERCOLOR as a list of string.
Definition at line 1389 of file qgswmsparameters.cpp.
QList< QColor > QgsWms::QgsWmsParameters::highlightLabelBufferColorAsColor | ( | ) | const |
Returns HIGHLIGHT_LABELBUFFERCOLOR as a list of colors.
An axception is raised if an invalid color is found.
QgsBadRequestException |
Definition at line 1394 of file qgswmsparameters.cpp.
QStringList QgsWms::QgsWmsParameters::highlightLabelBufferSize | ( | ) | const |
Returns HIGHLIGHT_LABELBUFFERSIZE.
Definition at line 1399 of file qgswmsparameters.cpp.
QList< double > QgsWms::QgsWmsParameters::highlightLabelBufferSizeAsFloat | ( | ) | const |
Returns HIGHLIGHT_LABELBUFFERSIZE as a list of float.
An exception is raised if an invalid size is found.
QgsBadRequestException |
Definition at line 1404 of file qgswmsparameters.cpp.
QStringList QgsWms::QgsWmsParameters::highlightLabelColor | ( | ) | const |
Returns HIGHLIGHT_LABELCOLOR as a list of string.
Definition at line 1364 of file qgswmsparameters.cpp.
QList< QColor > QgsWms::QgsWmsParameters::highlightLabelColorAsColor | ( | ) | const |
Returns HIGHLIGHT_LABELCOLOR as a list of color.
An exception is raised if an invalid color is found.
QgsBadRequestException |
Definition at line 1369 of file qgswmsparameters.cpp.
QList< double > QgsWms::QgsWmsParameters::highlightLabelDistance | ( | ) | const |
Returns HIGHLIGHT_LABEL_DISTANCE as a list of double.
Definition at line 1414 of file qgswmsparameters.cpp.
QStringList QgsWms::QgsWmsParameters::highlightLabelFont | ( | ) | const |
Returns HIGHLIGHT_LABELFONT.
Definition at line 1384 of file qgswmsparameters.cpp.
QStringList QgsWms::QgsWmsParameters::highlightLabelHorizontalAlignment | ( | ) | const |
Returns HIGHLIGHT_LABEL_HORIZONTAL_ALIGNMENT as a list of string.
Definition at line 1419 of file qgswmsparameters.cpp.
QList< double > QgsWms::QgsWmsParameters::highlightLabelRotation | ( | ) | const |
Returns HIGHLIGHT_LABEL_ROTATION as a list of double.
Definition at line 1409 of file qgswmsparameters.cpp.
QStringList QgsWms::QgsWmsParameters::highlightLabelSize | ( | ) | const |
Returns HIGHLIGHT_LABELSIZE as a list of string.
Definition at line 1354 of file qgswmsparameters.cpp.
QList< int > QgsWms::QgsWmsParameters::highlightLabelSizeAsInt | ( | ) | const |
Returns HIGHLIGHT_LABELSIZE as a list of int An exception is raised if an invalid size is found.
QgsBadRequestException |
Definition at line 1359 of file qgswmsparameters.cpp.
QStringList QgsWms::QgsWmsParameters::highlightLabelString | ( | ) | const |
Returns HIGHLIGHT_LABELSTRING as a list of string.
Definition at line 1349 of file qgswmsparameters.cpp.
QStringList QgsWms::QgsWmsParameters::highlightLabelVerticalAlignment | ( | ) | const |
Returns HIGHLIGHT_LABEL_VERTICAL_ALIGNMENT as a list of string.
Definition at line 1424 of file qgswmsparameters.cpp.
QStringList QgsWms::QgsWmsParameters::highlightLabelWeight | ( | ) | const |
Returns HIGHLIGHT_LABELWEIGHT as a list of string.
Definition at line 1374 of file qgswmsparameters.cpp.
QList< int > QgsWms::QgsWmsParameters::highlightLabelWeightAsInt | ( | ) | const |
Returns HIGHLIGHT_LABELWEIGHT as a list of int.
An exception is raised if an invalid weight is found.
QgsBadRequestException |
Definition at line 1379 of file qgswmsparameters.cpp.
QList< QgsWmsParametersHighlightLayer > QgsWms::QgsWmsParameters::highlightLayersParameters | ( | ) | const |
Returns parameters for each highlight layer.
Definition at line 1676 of file qgswmsparameters.cpp.
QStringList QgsWms::QgsWmsParameters::highlightSymbol | ( | ) | const |
Returns HIGHLIGHT_SYMBOL as a list of string.
Definition at line 700 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::i | ( | ) | const |
Returns I parameter or an empty string if not defined.
Definition at line 941 of file qgswmsparameters.cpp.
int QgsWms::QgsWmsParameters::iAsInt | ( | ) | const |
Returns I parameter as an int or its default value if not defined.
An exception is raised if I is defined and cannot be converted.
QgsBadRequestException |
Definition at line 951 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::iconLabelSpace | ( | ) | const |
Returns ICONLABELSPACE parameter or an empty string if not defined.
Definition at line 1121 of file qgswmsparameters.cpp.
double QgsWms::QgsWmsParameters::iconLabelSpaceAsDouble | ( | ) | const |
Returns ICONLABELSPACE as a double or its default value if not defined.
An exception is raised if an invalid parameter is found.
QgsBadRequestException |
Definition at line 1126 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::imageQuality | ( | ) | const |
Returns IMAGE_QUALITY parameter or an empty string if not defined.
Definition at line 1016 of file qgswmsparameters.cpp.
int QgsWms::QgsWmsParameters::imageQualityAsInt | ( | ) | const |
Returns IMAGE_QUALITY parameter as an integer.
QgsBadRequestException |
Definition at line 1021 of file qgswmsparameters.cpp.
QgsWmsParameters::Format QgsWms::QgsWmsParameters::infoFormat | ( | ) | const |
Returns infoFormat.
If the INFO_FORMAT parameter is not used, then the default value is text/plain.
Definition at line 904 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::infoFormatAsString | ( | ) | const |
Returns INFO_FORMAT parameter as a string.
Definition at line 894 of file qgswmsparameters.cpp.
bool QgsWms::QgsWmsParameters::infoFormatIsImage | ( | ) | const |
Checks if INFO_FORMAT parameter is one of the image formats (PNG, JPG).
true
if the INFO_FORMAT is an image format Definition at line 899 of file qgswmsparameters.cpp.
int QgsWms::QgsWmsParameters::infoFormatVersion | ( | ) | const |
Returns the infoFormat version for GML.
If the INFO_FORMAT is not GML, then the default value is -1.
Definition at line 929 of file qgswmsparameters.cpp.
bool QgsWms::QgsWmsParameters::isForce2D | ( | ) | const |
Definition at line 1574 of file qgswmsparameters.cpp.
QFont QgsWms::QgsWmsParameters::itemFont | ( | ) | const |
Returns the item font (built thanks to the ITEMFONTFAMILY, ITEMFONTSIZE, ITEMFONTBOLD, ... parameters).
Definition at line 1267 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::itemFontBold | ( | ) | const |
Returns ITEMFONTBOLD parameter or an empty string if not defined.
Definition at line 1151 of file qgswmsparameters.cpp.
bool QgsWms::QgsWmsParameters::itemFontBoldAsBool | ( | ) | const |
Returns ITEMFONTBOLD as a boolean or its default value if not defined.
An exception is raised if an invalid parameter is found.
QgsBadRequestException |
Definition at line 1186 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::itemFontColor | ( | ) | const |
Returns ITEMFONTCOLOR parameter or an empty string if not defined.
Definition at line 1241 of file qgswmsparameters.cpp.
QColor QgsWms::QgsWmsParameters::itemFontColorAsColor | ( | ) | const |
Returns ITEMFONTCOLOR as a color.
An exception is raised if an invalid parameter is found.
QgsBadRequestException |
Definition at line 1246 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::itemFontFamily | ( | ) | const |
Returns ITEMFONTFAMILY parameter or an empty string if not defined.
Definition at line 1136 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::itemFontItalic | ( | ) | const |
Returns ITEMFONTITALIC parameter or an empty string if not defined.
Definition at line 1201 of file qgswmsparameters.cpp.
bool QgsWms::QgsWmsParameters::itemFontItalicAsBool | ( | ) | const |
Returns ITEMFONTITALIC as a boolean or its default value if not defined.
An exception is raised if an invalid parameter is found.
QgsBadRequestException |
Definition at line 1206 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::itemFontSize | ( | ) | const |
Returns ITEMFONTSIZE parameter or an empty string if not defined.
Definition at line 1231 of file qgswmsparameters.cpp.
double QgsWms::QgsWmsParameters::itemFontSizeAsDouble | ( | ) | const |
Returns ITEMFONTSIZE as a double.
An exception is raised if an invalid parameter is found.
QgsBadRequestException |
Definition at line 1236 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::j | ( | ) | const |
Returns J parameter or an empty string if not defined.
Definition at line 946 of file qgswmsparameters.cpp.
int QgsWms::QgsWmsParameters::jAsInt | ( | ) | const |
Returns J parameter as an int or its default value if not defined.
An exception is raised if J is defined and cannot be converted.
QgsBadRequestException |
Definition at line 956 of file qgswmsparameters.cpp.
QFont QgsWms::QgsWmsParameters::layerFont | ( | ) | const |
Returns the layer font (built thanks to the LAYERFONTFAMILY, LAYERFONTSIZE, LAYERFONTBOLD, ... parameters).
Definition at line 1251 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::layerFontBold | ( | ) | const |
Returns LAYERFONTBOLD parameter or an empty string if not defined.
Definition at line 1141 of file qgswmsparameters.cpp.
bool QgsWms::QgsWmsParameters::layerFontBoldAsBool | ( | ) | const |
Returns LAYERFONTBOLD as a boolean or its default value if not defined.
An exception is raised if an invalid parameter is found.
QgsBadRequestException |
Definition at line 1146 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::layerFontColor | ( | ) | const |
Returns LAYERFONTCOLOR parameter or an empty string if not defined.
Definition at line 1221 of file qgswmsparameters.cpp.
QColor QgsWms::QgsWmsParameters::layerFontColorAsColor | ( | ) | const |
Returns LAYERFONTCOLOR as a color or its defined value if not defined.
An exception is raised if an invalid parameter is found.
QgsBadRequestException |
Definition at line 1226 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::layerFontFamily | ( | ) | const |
Returns LAYERFONTFAMILY parameter or an empty string if not defined.
Definition at line 1131 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::layerFontItalic | ( | ) | const |
Returns LAYERFONTITALIC parameter or an empty string if not defined.
Definition at line 1191 of file qgswmsparameters.cpp.
bool QgsWms::QgsWmsParameters::layerFontItalicAsBool | ( | ) | const |
Returns LAYERFONTITALIC as a boolean or its default value if not defined.
An exception is raised if an invalid parameter is found.
QgsBadRequestException |
Definition at line 1196 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::layerFontSize | ( | ) | const |
Returns LAYERFONTSIZE parameter or an empty string if not defined.
Definition at line 1211 of file qgswmsparameters.cpp.
double QgsWms::QgsWmsParameters::layerFontSizeAsDouble | ( | ) | const |
Returns LAYERFONTSIZE as a double.
An exception is raised if an invalid parameter is found.
QgsBadRequestException |
Definition at line 1216 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::layerSpace | ( | ) | const |
Returns LAYERSPACE parameter or an empty string if not defined.
Definition at line 1071 of file qgswmsparameters.cpp.
double QgsWms::QgsWmsParameters::layerSpaceAsDouble | ( | ) | const |
Returns LAYERSPACE as a double or its default value if not defined.
An exception is raised if an invalid parameter is found.
QgsBadRequestException |
Definition at line 1076 of file qgswmsparameters.cpp.
QList< QgsWmsParametersLayer > QgsWms::QgsWmsParameters::layersParameters | ( | ) | const |
Returns parameters for each layer found in LAYER/LAYERS.
Definition at line 1601 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::layerTitle | ( | ) | const |
Returns LAYERTITLE parameter or an empty string if not defined.
Definition at line 1284 of file qgswmsparameters.cpp.
bool QgsWms::QgsWmsParameters::layerTitleAsBool | ( | ) | const |
Returns LAYERTITLE as a bool or its default value if not defined.
An exception is raised if an invalid parameter is found.
QgsBadRequestException |
Definition at line 1289 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::layerTitleSpace | ( | ) | const |
Returns LAYERTITLESPACE parameter or an empty string if not defined.
Definition at line 1081 of file qgswmsparameters.cpp.
double QgsWms::QgsWmsParameters::layerTitleSpaceAsDouble | ( | ) | const |
Returns LAYERTITLESPACE as a double.
An exception is raised if an invalid parameter is found.
QgsBadRequestException |
Definition at line 1086 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::layoutParameter | ( | const QString & | id, |
bool & | ok | ||
) | const |
Returns a layout parameter thanks to its id.
id | Parameter id |
ok | true if the parameter is valid, false otherwise |
Definition at line 1330 of file qgswmsparameters.cpp.
QgsLegendSettings QgsWms::QgsWmsParameters::legendSettings | ( | ) | const |
Returns legend settings.
Definition at line 1294 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::lineTolerance | ( | ) | const |
Returns FI_LINE_TOLERANCE parameter or an empty string if not defined.
Definition at line 1161 of file qgswmsparameters.cpp.
int QgsWms::QgsWmsParameters::lineToleranceAsInt | ( | ) | const |
Returns FI_LINE_TOLERANCE parameter as an integer.
QgsBadRequestException |
Definition at line 1176 of file qgswmsparameters.cpp.
bool QgsWms::QgsWmsParameters::noMText | ( | ) | const |
Definition at line 1587 of file qgswmsparameters.cpp.
QStringList QgsWms::QgsWmsParameters::opacities | ( | ) | const |
Returns the list of opacities found in OPACITIES parameter.
Definition at line 1462 of file qgswmsparameters.cpp.
QList< int > QgsWms::QgsWmsParameters::opacitiesAsInt | ( | ) | const |
Returns the list of opacities found in OPACITIES parameter as integers.
If an opacity cannot be converted into an integer, then an exception is raised
QgsBadRequestException |
Definition at line 1467 of file qgswmsparameters.cpp.
QgsWmsParameter QgsWms::QgsWmsParameters::operator[] | ( | QgsWmsParameter::Name | name | ) | const |
Returns the parameter corresponding to name.
Definition at line 574 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::pointTolerance | ( | ) | const |
Returns FI_POINT_TOLERANCE parameter or an empty string if not defined.
Definition at line 1166 of file qgswmsparameters.cpp.
int QgsWms::QgsWmsParameters::pointToleranceAsInt | ( | ) | const |
Returns FI_POINT_TOLERANCE parameter as an integer.
QgsBadRequestException |
Definition at line 1181 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::polygonTolerance | ( | ) | const |
Returns FI_POLYGON_TOLERANCE parameter or an empty string if not defined.
Definition at line 1156 of file qgswmsparameters.cpp.
int QgsWms::QgsWmsParameters::polygonToleranceAsInt | ( | ) | const |
Returns FI_POLYGON_TOLERANCE parameter as an integer.
QgsBadRequestException |
Definition at line 1171 of file qgswmsparameters.cpp.
QStringList QgsWms::QgsWmsParameters::queryLayersNickname | ( | ) | const |
Returns nickname of layers found in QUERY_LAYERS parameter.
Definition at line 1507 of file qgswmsparameters.cpp.
|
overridevirtual |
Returns REQUEST parameter as a string or an empty string if not defined.
Reimplemented from QgsServerParameters.
Definition at line 825 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::rule | ( | ) | const |
Returns RULE parameter or an empty string if none is defined.
Definition at line 981 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::ruleLabel | ( | ) | const |
Returns RULELABEL parameter or an empty string if none is defined.
Definition at line 986 of file qgswmsparameters.cpp.
bool QgsWms::QgsWmsParameters::ruleLabelAsBool | ( | ) | const |
Returns RULELABEL as a bool.
An exception is raised if an invalid parameter is found.
QgsBadRequestException |
Definition at line 991 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::scale | ( | ) | const |
Returns SCALE parameter or an empty string if none is defined.
Definition at line 1006 of file qgswmsparameters.cpp.
double QgsWms::QgsWmsParameters::scaleAsDouble | ( | ) | const |
Returns SCALE as a double.
An exception is raised if an invalid parameter is found.
QgsBadRequestException |
Definition at line 1011 of file qgswmsparameters.cpp.
QStringList QgsWms::QgsWmsParameters::selections | ( | ) | const |
Returns the list of feature selection found in SELECTION parameter.
Definition at line 1457 of file qgswmsparameters.cpp.
void QgsWms::QgsWmsParameters::set | ( | QgsWmsParameter::Name | name, |
const QVariant & | value | ||
) |
Sets a parameter value thanks to its name.
Definition at line 579 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::showFeatureCount | ( | ) | const |
Returns SHOWFEATURECOUNT parameter or an empty string if none is defined.
Definition at line 1041 of file qgswmsparameters.cpp.
bool QgsWms::QgsWmsParameters::showFeatureCountAsBool | ( | ) | const |
Returns SHOWFEATURECOUNT as a bool.
An exception is raised if an invalid parameter is found.
QgsBadRequestException |
Definition at line 1046 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::sldBody | ( | ) | const |
Returns SLD_body if defined or an empty string.
Definition at line 1439 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::srcHeight | ( | ) | const |
Returns SRCHEIGHT parameter or an empty string if not defined.
Definition at line 758 of file qgswmsparameters.cpp.
int QgsWms::QgsWmsParameters::srcHeightAsInt | ( | ) | const |
Returns SRCHEIGHT parameter as an int or its default value if not defined.
An exception is raised if SRCHEIGHT is defined and cannot be converted.
QgsBadRequestException |
Definition at line 768 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::srcWidth | ( | ) | const |
Returns SRCWIDTH parameter or an empty string if not defined.
Definition at line 763 of file qgswmsparameters.cpp.
int QgsWms::QgsWmsParameters::srcWidthAsInt | ( | ) | const |
Returns SRCWIDTH parameter as an int or its default value if not defined.
An exception is raised if SRCWIDTH is defined and cannot be converted.
QgsBadRequestException |
Definition at line 773 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::symbolHeight | ( | ) | const |
Returns SYMBOLHEIGHT parameter or an empty string if not defined.
Definition at line 1101 of file qgswmsparameters.cpp.
double QgsWms::QgsWmsParameters::symbolHeightAsDouble | ( | ) | const |
Returns SYMBOLHEIGHT as a double or its default value if not defined.
An exception is raised if an invalid parameter is found.
QgsBadRequestException |
Definition at line 1106 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::symbolSpace | ( | ) | const |
Returns SYMBOLSPACE parameter or an empty string if not defined.
Definition at line 1091 of file qgswmsparameters.cpp.
double QgsWms::QgsWmsParameters::symbolSpaceAsDouble | ( | ) | const |
Returns SYMBOLSPACE as a double or its default value if not defined.
An exception is raised if an invalid parameter is found.
QgsBadRequestException |
Definition at line 1096 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::symbolWidth | ( | ) | const |
Returns SYMBOLWIDTH parameter or an empty string if not defined.
Definition at line 1111 of file qgswmsparameters.cpp.
double QgsWms::QgsWmsParameters::symbolWidthAsDouble | ( | ) | const |
Returns SYMBOLWIDTH as a double or its default value if not defined.
An exception is raised if an invalid parameter is found.
QgsBadRequestException |
Definition at line 1116 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::tiled | ( | ) | const |
Returns TILED parameter or an empty string if not defined.
Definition at line 1026 of file qgswmsparameters.cpp.
bool QgsWms::QgsWmsParameters::tiledAsBool | ( | ) | const |
Returns TILED parameter as a boolean.
QgsBadRequestException |
Definition at line 1031 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::transparent | ( | ) | const |
Returns TRANSPARENT parameter or an empty string if not defined.
Definition at line 996 of file qgswmsparameters.cpp.
bool QgsWms::QgsWmsParameters::transparentAsBool | ( | ) | const |
Returns TRANSPARENT parameter as a bool or its default value if not defined.
An exception is raised if TRANSPARENT is defined and cannot be converted.
QgsBadRequestException |
Definition at line 1001 of file qgswmsparameters.cpp.
|
overridevirtual |
Returns VERSION parameter as a string or an empty string if not defined.
Reimplemented from QgsServerParameters.
Definition at line 788 of file qgswmsparameters.cpp.
QgsProjectVersion QgsWms::QgsWmsParameters::versionAsNumber | ( | ) | const |
Returns VERSION parameter if defined or its default value.
Definition at line 838 of file qgswmsparameters.cpp.
bool QgsWms::QgsWmsParameters::versionIsValid | ( | const QString | version | ) | const |
Returns true
if version is valid, false
otherwise.
Definition at line 843 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::width | ( | ) | const |
Returns WIDTH parameter or an empty string if not defined.
Definition at line 743 of file qgswmsparameters.cpp.
int QgsWms::QgsWmsParameters::widthAsInt | ( | ) | const |
Returns WIDTH parameter as an int or its default value if not defined.
An exception is raised if WIDTH is defined and cannot be converted.
QgsBadRequestException |
Definition at line 753 of file qgswmsparameters.cpp.
bool QgsWms::QgsWmsParameters::withGeometry | ( | ) | const |
Returns if the client wants the feature info response with geometry information.
true
if geometry information is requested for feature info response Definition at line 2090 of file qgswmsparameters.cpp.
bool QgsWms::QgsWmsParameters::withMapTip | ( | ) | const |
withMapTip
true
if maptip information is requested for feature info response Definition at line 2095 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::wmsPrecision | ( | ) | const |
Returns WMS_PRECISION parameter or an empty string if not defined.
Definition at line 1429 of file qgswmsparameters.cpp.
int QgsWms::QgsWmsParameters::wmsPrecisionAsInt | ( | ) | const |
Returns WMS_PRECISION parameter as an int or its default value if not defined.
An exception is raised if WMS_PRECISION is defined and cannot be converted.
QgsBadRequestException |
Definition at line 1434 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::wmtver | ( | ) | const |
Returns WMTVER parameter or an empty string if not defined.
Definition at line 2100 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::x | ( | ) | const |
Returns X parameter or an empty string if not defined.
Definition at line 961 of file qgswmsparameters.cpp.
int QgsWms::QgsWmsParameters::xAsInt | ( | ) | const |
Returns X parameter as an int or its default value if not defined.
An exception is raised if X is defined and cannot be converted.
QgsBadRequestException |
Definition at line 971 of file qgswmsparameters.cpp.
QString QgsWms::QgsWmsParameters::y | ( | ) | const |
Returns Y parameter or an empty string if not defined.
Definition at line 966 of file qgswmsparameters.cpp.
int QgsWms::QgsWmsParameters::yAsInt | ( | ) | const |
Returns Y parameter as an int or its default value if not defined.
An exception is raised if Y is defined and cannot be converted.
QgsBadRequestException |
Definition at line 976 of file qgswmsparameters.cpp.