Home
last modified time | relevance | path

Searched refs:mRequestedSrid (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/src/providers/postgres/
H A Dqgspostgresexpressioncompiler.cpp26 , mRequestedSrid( source->mRequestedSrid ) in QgsPostgresExpressionCompiler()
51 …omFromText('%1',%2)" ).arg( geom.asWkt() ).arg( mRequestedSrid.isEmpty() ? mDetectedSrid : mReques… in quotedValue()
142 args << ( mRequestedSrid.isEmpty() ? mDetectedSrid : mRequestedSrid ); in sqlArgumentsFromFunctionName()
146 args << ( mRequestedSrid.isEmpty() ? mDetectedSrid : mRequestedSrid ); in sqlArgumentsFromFunctionName()
H A Dqgspostgresfeatureiterator.cpp112 … mSource->mRequestedSrid.isEmpty() ? mSource->mDetectedSrid : mSource->mRequestedSrid ) in QgsPostgresFeatureIterator()
475 …const QString bboxSrid = mSource->mRequestedSrid.isEmpty() ? mSource->mDetectedSrid : mSource->mRe… in whereClauseRect()
586 …if ( !mSource->mRequestedSrid.isEmpty() && ( mSource->mRequestedSrid != mSource->mDetectedSrid || … in whereClauseRect()
592 mSource->mRequestedSrid ); in whereClauseRect()
1014 , mRequestedSrid( p->mRequestedSrid ) in QgsPostgresFeatureSource()
H A Dqgspostgresexpressioncompiler.h45 QString mRequestedSrid; variable
H A Dqgspostgresfeatureiterator.h47 QString mRequestedSrid; variable
H A Dqgspostgresprovider.cpp122 mRequestedSrid = mUri.srid(); in QgsPostgresProvider()
712 …if ( !mRequestedSrid.isEmpty() && ( mRequestedSrid != mDetectedSrid || mRequestedSrid.toInt() == 0… in filterWhereClause()
718 mRequestedSrid ); in filterWhereClause()
2280 mRequestedSrid.isEmpty() ? mDetectedSrid : mRequestedSrid ); in geomParam()
3821 !mRequestedSrid.isEmpty() ) in getGeometryDetails()
3858 mDetectedSrid = mRequestedSrid; in getGeometryDetails()
4105 detectedSrid = mRequestedSrid; in getGeometryDetails()
4169 ( mRequestedSrid.isEmpty() || layerProperty.srids.at( i ) == mRequestedSrid.toInt() ) ) in getGeometryDetails()
4192 QgsDebugMsgLevel( QStringLiteral( "Requested SRID is %1" ).arg( mRequestedSrid ), 2 ); in getGeometryDetails()
4197 && ( !mDetectedSrid.isEmpty() || !mRequestedSrid.isEmpty() ); in getGeometryDetails()
[all …]
H A Dqgspostgresprovider.h417 QString mRequestedSrid; //!< Spatial reference requested in the uri variable
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/postgres/
H A Dqgspostgresexpressioncompiler.cpp26 , mRequestedSrid( source->mRequestedSrid ) in QgsPostgresExpressionCompiler()
134 args << ( mRequestedSrid.isEmpty() ? mDetectedSrid : mRequestedSrid ); in sqlArgumentsFromFunctionName()
138 args << ( mRequestedSrid.isEmpty() ? mDetectedSrid : mRequestedSrid ); in sqlArgumentsFromFunctionName()
H A Dqgspostgresfeatureiterator.cpp440 …const QString bboxSrid = mSource->mRequestedSrid.isEmpty() ? mSource->mDetectedSrid : mSource->mRe… in whereClauseRect()
551 …if ( !mSource->mRequestedSrid.isEmpty() && ( mSource->mRequestedSrid != mSource->mDetectedSrid || … in whereClauseRect()
557 mSource->mRequestedSrid ); in whereClauseRect()
976 , mRequestedSrid( p->mRequestedSrid ) in QgsPostgresFeatureSource()
H A Dqgspostgresexpressioncompiler.h45 QString mRequestedSrid; variable
H A Dqgspostgresfeatureiterator.h46 QString mRequestedSrid; variable
H A Dqgspostgresprovider.cpp122 mRequestedSrid = mUri.srid(); in QgsPostgresProvider()
709 …if ( !mRequestedSrid.isEmpty() && ( mRequestedSrid != mDetectedSrid || mRequestedSrid.toInt() == 0… in filterWhereClause()
715 mRequestedSrid ); in filterWhereClause()
2265 mRequestedSrid.isEmpty() ? mDetectedSrid : mRequestedSrid ); in geomParam()
3805 !mRequestedSrid.isEmpty() ) in getGeometryDetails()
3842 mDetectedSrid = mRequestedSrid; in getGeometryDetails()
4089 detectedSrid = mRequestedSrid; in getGeometryDetails()
4153 ( mRequestedSrid.isEmpty() || layerProperty.srids.at( i ) == mRequestedSrid.toInt() ) ) in getGeometryDetails()
4176 QgsDebugMsgLevel( QStringLiteral( "Requested SRID is %1" ).arg( mRequestedSrid ), 2 ); in getGeometryDetails()
4181 && ( !mDetectedSrid.isEmpty() || !mRequestedSrid.isEmpty() ); in getGeometryDetails()
[all …]
H A Dqgspostgresprovider.h418 QString mRequestedSrid; //!< Spatial reference requested in the uri variable
/dports/graphics/qgis/qgis-3.22.3/src/providers/postgres/raster/
H A Dqgspostgresrasterprovider.h145 QString mRequestedSrid; //!< Spatial reference requested in the uri variable
H A Dqgspostgresrasterprovider.cpp50 mRequestedSrid = mUri.srid(); in QgsPostgresRasterProvider()
111 if ( ! mDetectedSrid.isEmpty() && ! mRequestedSrid.isEmpty() && mRequestedSrid != mDetectedSrid ) in QgsPostgresRasterProvider()
114 .arg( mRequestedSrid ) in QgsPostgresRasterProvider()
157 , mRequestedSrid( other.mRequestedSrid ) in QgsPostgresRasterProvider()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/postgres/raster/
H A Dqgspostgresrasterprovider.h145 QString mRequestedSrid; //!< Spatial reference requested in the uri variable
H A Dqgspostgresrasterprovider.cpp48 mRequestedSrid = mUri.srid(); in QgsPostgresRasterProvider()
109 if ( ! mDetectedSrid.isEmpty() && ! mRequestedSrid.isEmpty() && mRequestedSrid != mDetectedSrid ) in QgsPostgresRasterProvider()
112 .arg( mRequestedSrid ) in QgsPostgresRasterProvider()
155 , mRequestedSrid( other.mRequestedSrid ) in QgsPostgresRasterProvider()