Home
last modified time | relevance | path

Searched refs:measureArea (Results 1 – 25 of 35) sorted by relevance

12

/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgsdistancearea.cpp220 QGSCOMPARENEAR( calc.measureArea( geom ), 52000000, 0.0001 ); in regression13601()
234 result = myDa.measureArea( lines ); in collections()
240 result = myDa.measureArea( poly1 ); in collections()
245 result = myDa.measureArea( poly2 ); in collections()
251 result = myDa.measureArea( polys ); in collections()
259 result = myDa.measureArea( mixed ); in collections()
310 double area = da.measureArea( polygon ); in measureAreaAndUnits()
319 area = da.measureArea( polygon ); in measureAreaAndUnits()
346 area = da.measureArea( polygon ); in measureAreaAndUnits()
358 area = da.measureArea( polygon ); in measureAreaAndUnits()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgsdistancearea.cpp233 QGSCOMPARENEAR( calc.measureArea( geom ), 52000000, 0.0001 ); in regression13601()
247 result = myDa.measureArea( lines ); in collections()
252 result = myDa.measureArea( polys ); in collections()
260 result = myDa.measureArea( mixed ); in collections()
311 double area = da.measureArea( polygon ); in measureAreaAndUnits()
320 area = da.measureArea( polygon ); in measureAreaAndUnits()
351 area = da.measureArea( polygon ); in measureAreaAndUnits()
363 area = da.measureArea( polygon ); in measureAreaAndUnits()
393 QGSCOMPARENEAR( calc.measureArea( geom ), 0.833010, 0.03 ); in regression14675()
403 QGSCOMPARENEAR( calc.measureArea( geom ), 43.3280029296875, 0.2 ); in regression16820()
/dports/graphics/qgis/qgis-3.22.3/src/app/
H A Dqgsmeasuretool.h37 QgsMeasureTool( QgsMapCanvas *canvas, bool measureArea );
44 bool measureArea() const { return mMeasureArea; } in measureArea() function
H A Dqgsmeasuretool.cpp36 QgsMeasureTool::QgsMeasureTool( QgsMapCanvas *canvas, bool measureArea ) in QgsMeasureTool() argument
38 , mMeasureArea( measureArea ) in QgsMeasureTool()
H A Dqgsmeasuredialog.cpp38 , mMeasureArea( tool->measureArea() ) in QgsMeasureDialog()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/
H A Dqgsmeasuretool.h37 QgsMeasureTool( QgsMapCanvas *canvas, bool measureArea );
44 bool measureArea() const { return mMeasureArea; } in measureArea() function
H A Dqgsmeasuretool.cpp36 QgsMeasureTool::QgsMeasureTool( QgsMapCanvas *canvas, bool measureArea ) in QgsMeasureTool() argument
38 , mMeasureArea( measureArea ) in QgsMeasureTool()
H A Dqgsmeasuredialog.cpp38 , mMeasureArea( tool->measureArea() ) in QgsMeasureDialog()
/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsalgorithmcalculateoverlaps.cpp146 const double inputArea = da.measureArea( inputGeom ); in processAlgorithm()
186 const double overlayArea = da.measureArea( overlayIntersection ); in processAlgorithm()
H A Dqgsalgorithmlinedensity.cpp198 const double analysisSearchGeometryArea = mDa.measureArea( mSearchGeometry ); in processAlgorithm()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsalgorithmcalculateoverlaps.cpp145 const double inputArea = da.measureArea( inputGeom ); in processAlgorithm()
185 const double overlayArea = da.measureArea( overlayIntersection ); in processAlgorithm()
H A Dqgsalgorithmlinedensity.cpp198 double analysisSearchGeometryArea = mDa.measureArea( mSearchGeometry ); in processAlgorithm()
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsdistancearea.h157 double measureArea( const QgsGeometry &geometry ) const;
H A Dqgsdistancearea.cpp208 double QgsDistanceArea::measureArea( const QgsGeometry &geometry ) const in measureArea() function in QgsDistanceArea
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgsdistancearea.py581 area = da.measureArea(polygon)
602 area = da.measureArea(polygon)
625 area = da.measureArea(polygon)
716 area = da.measureArea(polygon)
724 area = da.measureArea(polygon)
747 area = da.measureArea(polygon)
759 area = da.measureArea(polygon)
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dtest_qgsdistancearea.py567 area = da.measureArea(polygon)
588 area = da.measureArea(polygon)
611 area = da.measureArea(polygon)
702 area = da.measureArea(polygon)
710 area = da.measureArea(polygon)
733 area = da.measureArea(polygon)
745 area = da.measureArea(polygon)
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsdistancearea.h149 double measureArea( const QgsGeometry &geometry ) const;
H A Dqgsdistancearea.cpp183 double QgsDistanceArea::measureArea( const QgsGeometry &geometry ) const in measureArea() function in QgsDistanceArea
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/
H A Dqgsdistancearea.sip.in161 double measureArea( const QgsGeometry &geometry ) const;
190 .. seealso:: :py:func:`measureArea`
208 .. seealso:: :py:func:`measureArea`
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/algs/qgis/
H A DExportGeometryInfo.py208 area = self.distance_area.measureArea(geometry)
H A DRandomPointsPolygons.py195 pointCount = int(round(this_value * da.measureArea(fGeom)))
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/algs/qgis/
H A DExportGeometryInfo.py208 area = self.distance_area.measureArea(geometry)
H A DRandomPointsPolygons.py195 pointCount = int(round(this_value * da.measureArea(fGeom)))
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/
H A Dqgsdistancearea.sip.in153 double measureArea( const QgsGeometry &geometry ) const;
182 .. seealso:: :py:func:`measureArea`
200 .. seealso:: :py:func:`measureArea`
/dports/graphics/qgis/qgis-3.22.3/src/core/expression/
H A Dqgsexpressioncontextutils.cpp1198 double area = calc->measureArea( geom ); in func()

12