contains various cartographic properties, such as scale factors, angular distortion and meridian convergence.
More...
#include <qgsprojectionfactors.h>
|
double | angularDistortion () const |
| Angular distortion at coordinate (λ,ϕ). More...
|
|
double | arealScale () const |
| Areal scale factor at coordinate (λ,ϕ). More...
|
|
double | dxDlam () const |
| Partial derivative ∂x/∂λ of coordinate (λ,ϕ). More...
|
|
double | dxDphi () const |
| Partial derivative ∂x/∂ϕ of coordinate (λ,ϕ). More...
|
|
double | dyDlam () const |
| Partial derivative ∂y/∂λ of coordinate (λ,ϕ). More...
|
|
double | dyDphi () const |
| Partial derivative ∂y/∂ϕ of coordinate (λ,ϕ). More...
|
|
bool | isValid () const |
| Returns true if the factors are valid, or false if they could not be calculated. More...
|
|
double | meridianConvergence () const |
| Meridian convergence (in degrees) at coordinate (λ,ϕ). Sometimes also described as grid declination. More...
|
|
double | meridianParallelAngle () const |
| Meridian/parallel angle (in degrees), θ′, at coordinate (λ,ϕ). More...
|
|
double | meridionalScale () const |
| Meridional scale at coordinate (λ,ϕ). More...
|
|
double | parallelScale () const |
| Parallel scale at coordinate (λ,ϕ). More...
|
|
double | tissotSemimajor () const |
| Maximum scale factor. More...
|
|
double | tissotSemiminor () const |
| Minimum scale factor. More...
|
|
contains various cartographic properties, such as scale factors, angular distortion and meridian convergence.
- Since
- QGIS 3.20
Definition at line 30 of file qgsprojectionfactors.h.
◆ angularDistortion()
double QgsProjectionFactors::angularDistortion |
( |
| ) |
const |
|
inline |
◆ arealScale()
double QgsProjectionFactors::arealScale |
( |
| ) |
const |
|
inline |
◆ dxDlam()
double QgsProjectionFactors::dxDlam |
( |
| ) |
const |
|
inline |
◆ dxDphi()
double QgsProjectionFactors::dxDphi |
( |
| ) |
const |
|
inline |
◆ dyDlam()
double QgsProjectionFactors::dyDlam |
( |
| ) |
const |
|
inline |
◆ dyDphi()
double QgsProjectionFactors::dyDphi |
( |
| ) |
const |
|
inline |
◆ isValid()
bool QgsProjectionFactors::isValid |
( |
| ) |
const |
|
inline |
Returns true
if the factors are valid, or false
if they could not be calculated.
Definition at line 37 of file qgsprojectionfactors.h.
◆ meridianConvergence()
double QgsProjectionFactors::meridianConvergence |
( |
| ) |
const |
|
inline |
Meridian convergence (in degrees) at coordinate (λ,ϕ). Sometimes also described as grid declination.
Definition at line 55 of file qgsprojectionfactors.h.
◆ meridianParallelAngle()
double QgsProjectionFactors::meridianParallelAngle |
( |
| ) |
const |
|
inline |
◆ meridionalScale()
double QgsProjectionFactors::meridionalScale |
( |
| ) |
const |
|
inline |
◆ parallelScale()
double QgsProjectionFactors::parallelScale |
( |
| ) |
const |
|
inline |
◆ tissotSemimajor()
double QgsProjectionFactors::tissotSemimajor |
( |
| ) |
const |
|
inline |
◆ tissotSemiminor()
double QgsProjectionFactors::tissotSemiminor |
( |
| ) |
const |
|
inline |
◆ QgsCoordinateReferenceSystem
The documentation for this class was generated from the following file: