Searched refs:URI_PARAM_OUTPUTFORMAT (Results 1 – 6 of 6) sorted by relevance
42 QgsWFSConstants::URI_PARAM_OUTPUTFORMAT, in QgsWFSDataSourceURI()63 const QString outputFormat = query.queryItemValue( QgsWFSConstants::URI_PARAM_OUTPUTFORMAT ); in QgsWFSDataSourceURI()117 if ( lowerName == QgsWFSConstants::URI_PARAM_OUTPUTFORMAT ) in QgsWFSDataSourceURI()333 return mURI.param( QgsWFSConstants::URI_PARAM_OUTPUTFORMAT ); in outputFormat()338 mURI.removeParam( QgsWFSConstants::URI_PARAM_OUTPUTFORMAT ); in setOutputFormat()340 mURI.setParam( QgsWFSConstants::URI_PARAM_OUTPUTFORMAT, outputFormat ); in setOutputFormat()
41 static const QString URI_PARAM_OUTPUTFORMAT; member
34 const QString QgsWFSConstants::URI_PARAM_OUTPUTFORMAT( QStringLiteral( "outputformat" ) ); member in QgsWFSConstants
42 QgsWFSConstants::URI_PARAM_OUTPUTFORMAT, in QgsWFSDataSourceURI()63 QString outputFormat = query.queryItemValue( QgsWFSConstants::URI_PARAM_OUTPUTFORMAT ); in QgsWFSDataSourceURI()117 if ( lowerName == QgsWFSConstants::URI_PARAM_OUTPUTFORMAT ) in QgsWFSDataSourceURI()333 return mURI.param( QgsWFSConstants::URI_PARAM_OUTPUTFORMAT ); in outputFormat()338 mURI.removeParam( QgsWFSConstants::URI_PARAM_OUTPUTFORMAT ); in setOutputFormat()340 mURI.setParam( QgsWFSConstants::URI_PARAM_OUTPUTFORMAT, outputFormat ); in setOutputFormat()