|
QGIS API Documentation 3.99.0-Master (26c88405ac0)
|
Contains various cartographic properties, such as scale factors, angular distortion and meridian convergence. More...
#include <qgsprojectionfactors.h>
Public Member Functions | |
| double | angularDistortion () const |
| Angular distortion at coordinate (λ,ϕ). | |
| double | arealScale () const |
| Areal scale factor at coordinate (λ,ϕ). | |
| double | dxDlam () const |
| Partial derivative ∂x/∂λ of coordinate (λ,ϕ). | |
| double | dxDphi () const |
| Partial derivative ∂x/∂ϕ of coordinate (λ,ϕ). | |
| double | dyDlam () const |
| Partial derivative ∂y/∂λ of coordinate (λ,ϕ). | |
| double | dyDphi () const |
| Partial derivative ∂y/∂ϕ of coordinate (λ,ϕ). | |
| bool | isValid () const |
Returns true if the factors are valid, or false if they could not be calculated. | |
| double | meridianConvergence () const |
| Meridian convergence (in degrees) at coordinate (λ,ϕ). Sometimes also described as grid declination. | |
| double | meridianParallelAngle () const |
| Meridian/parallel angle (in degrees), θ′, at coordinate (λ,ϕ). | |
| double | meridionalScale () const |
| Meridional scale at coordinate (λ,ϕ). | |
| double | parallelScale () const |
| Parallel scale at coordinate (λ,ϕ). | |
| double | tissotSemimajor () const |
| Maximum scale factor. | |
| double | tissotSemiminor () const |
| Minimum scale factor. | |
Friends | |
| class | QgsCoordinateReferenceSystem |
Contains various cartographic properties, such as scale factors, angular distortion and meridian convergence.
Definition at line 31 of file qgsprojectionfactors.h.
|
inline |
Angular distortion at coordinate (λ,ϕ).
Definition at line 50 of file qgsprojectionfactors.h.
|
inline |
Areal scale factor at coordinate (λ,ϕ).
Definition at line 47 of file qgsprojectionfactors.h.
|
inline |
Partial derivative ∂x/∂λ of coordinate (λ,ϕ).
Definition at line 65 of file qgsprojectionfactors.h.
|
inline |
Partial derivative ∂x/∂ϕ of coordinate (λ,ϕ).
Definition at line 68 of file qgsprojectionfactors.h.
|
inline |
Partial derivative ∂y/∂λ of coordinate (λ,ϕ).
Definition at line 71 of file qgsprojectionfactors.h.
|
inline |
Partial derivative ∂y/∂ϕ of coordinate (λ,ϕ).
Definition at line 74 of file qgsprojectionfactors.h.
|
inline |
Returns true if the factors are valid, or false if they could not be calculated.
Definition at line 38 of file qgsprojectionfactors.h.
|
inline |
Meridian convergence (in degrees) at coordinate (λ,ϕ). Sometimes also described as grid declination.
Definition at line 56 of file qgsprojectionfactors.h.
|
inline |
Meridian/parallel angle (in degrees), θ′, at coordinate (λ,ϕ).
Definition at line 53 of file qgsprojectionfactors.h.
|
inline |
Meridional scale at coordinate (λ,ϕ).
Definition at line 41 of file qgsprojectionfactors.h.
|
inline |
Parallel scale at coordinate (λ,ϕ).
Definition at line 44 of file qgsprojectionfactors.h.
|
inline |
Maximum scale factor.
Definition at line 59 of file qgsprojectionfactors.h.
|
inline |
Minimum scale factor.
Definition at line 62 of file qgsprojectionfactors.h.
|
friend |
Definition at line 108 of file qgsprojectionfactors.h.