Home
last modified time | relevance | path

Searched refs:URI_PARAM_OUTPUTFORMAT (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/providers/wfs/
H A Dqgswfsdatasourceuri.cpp42 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()
H A Dqgswfsconstants.h41 static const QString URI_PARAM_OUTPUTFORMAT; member
H A Dqgswfsconstants.cpp34 const QString QgsWFSConstants::URI_PARAM_OUTPUTFORMAT( QStringLiteral( "outputformat" ) ); member in QgsWFSConstants
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/wfs/
H A Dqgswfsdatasourceuri.cpp42 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()
H A Dqgswfsconstants.h41 static const QString URI_PARAM_OUTPUTFORMAT; member
H A Dqgswfsconstants.cpp34 const QString QgsWFSConstants::URI_PARAM_OUTPUTFORMAT( QStringLiteral( "outputformat" ) ); member in QgsWFSConstants