The QgsDistanceArea.setEllipsoid is a function in the C++ programming language for the QGIS software library. It is used to set the ellipsoid for distance computation in geographical calculations. An ellipsoid is a model shape of the Earth that approximates its true shape, which is slightly flattened at the poles and bulging at the equator. By specifying the ellipsoid, this function allows for more accurate distance calculations on the Earth's surface.
C++ (Cpp) QgsDistanceArea::setEllipsoid - 30 examples found. These are the top rated real world C++ (Cpp) examples of QgsDistanceArea::setEllipsoid extracted from open source projects. You can rate examples to help us improve the quality of examples.