Home
last modified time | relevance | path

Searched refs:testCrs (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/tests/src/gui/
H A Dtestqgsmeshlayerpropertiesdialog.cpp44 void testCrs();
85 void TestQgsMeshLayerPropertiesDialog::testCrs() in testCrs() function in TestQgsMeshLayerPropertiesDialog
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/gui/
H A Dtestqgsmeshlayerpropertiesdialog.cpp44 void testCrs();
85 void TestQgsMeshLayerPropertiesDialog::testCrs() in testCrs() function in TestQgsMeshLayerPropertiesDialog
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/wcs/
H A Dqgswcsdataitems.cpp157 QgsCoordinateReferenceSystem testCrs; in createUri() local
160 testCrs = QgsCoordinateReferenceSystem::fromOgcWmsCrs( c ); in createUri()
161 if ( testCrs.isValid() ) in createUri()
/dports/graphics/qgis/qgis-3.22.3/src/providers/wcs/
H A Dqgswcsdataitems.cpp162 QgsCoordinateReferenceSystem testCrs; in createUri() local
165 testCrs = QgsCoordinateReferenceSystem::fromOgcWmsCrs( c ); in createUri()
166 if ( testCrs.isValid() ) in createUri()
/dports/graphics/qgis/qgis-3.22.3/src/providers/wms/
H A Dqgswmsdataitems.cpp329 QgsCoordinateReferenceSystem testCrs; in createUri() local
332 testCrs = QgsCoordinateReferenceSystem::fromOgcWmsCrs( c ); in createUri()
333 if ( testCrs.isValid() ) in createUri()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/wms/
H A Dqgswmsdataitems.cpp324 QgsCoordinateReferenceSystem testCrs; in createUri() local
327 testCrs = QgsCoordinateReferenceSystem::fromOgcWmsCrs( c ); in createUri()
328 if ( testCrs.isValid() ) in createUri()
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/tests/
H A DGuiTest.py151 def testCrs(self): member in WrappersTest
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/tests/
H A DGuiTest.py150 def testCrs(self): member in WrappersTest
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_provider_oracle.py192 def testCrs(self): member in TestPyQgsOracleProvider
199 super().testCrs()
H A Dtest_provider_postgresraster.py125 def testCrs(self): member in TestPyQgsPostgresRasterProvider
H A Dfeaturesourcetestbase.py56 def testCrs(self): member in FeatureSourceTestCase
H A Dtest_qgsdistancearea.py35 def testCrs(self): member in TestQgsDistanceArea
H A Dtest_qgsproject.py155 def testCrs(self): member in TestQgsProject
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dtest_provider_postgresraster.py125 def testCrs(self): member in TestPyQgsPostgresRasterProvider
H A Dfeaturesourcetestbase.py57 def testCrs(self): member in FeatureSourceTestCase
H A Dtest_qgsdistancearea.py35 def testCrs(self): member in TestQgsDistanceArea
H A Dtest_qgsproject.py155 def testCrs(self): member in TestQgsProject
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/
H A Dqgisapp.cpp5374 QgsCoordinateReferenceSystem testCrs; in crsAndFormatAdjustedLayerUri() local
5378 testCrs.createFromOgcWmsCrs( c ); in crsAndFormatAdjustedLayerUri()
5379 if ( testCrs == mMapCanvas->mapSettings().destinationCrs() ) in crsAndFormatAdjustedLayerUri()
/dports/graphics/qgis/qgis-3.22.3/src/app/
H A Dqgisapp.cpp5594 QgsCoordinateReferenceSystem testCrs; in crsAndFormatAdjustedLayerUri() local
5598 testCrs.createFromOgcWmsCrs( c ); in crsAndFormatAdjustedLayerUri()
5599 if ( testCrs == mMapCanvas->mapSettings().destinationCrs() ) in crsAndFormatAdjustedLayerUri()