QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
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 (λ,ϕ). 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... | |
Friends | |
class | QgsCoordinateReferenceSystem |
contains various cartographic properties, such as scale factors, angular distortion and meridian convergence.
Definition at line 30 of file qgsprojectionfactors.h.
|
inline |
Angular distortion at coordinate (λ,ϕ).
Definition at line 49 of file qgsprojectionfactors.h.
|
inline |
Areal scale factor at coordinate (λ,ϕ).
Definition at line 46 of file qgsprojectionfactors.h.
|
inline |
Partial derivative ∂x/∂λ of coordinate (λ,ϕ).
Definition at line 64 of file qgsprojectionfactors.h.
|
inline |
Partial derivative ∂x/∂ϕ of coordinate (λ,ϕ).
Definition at line 67 of file qgsprojectionfactors.h.
|
inline |
Partial derivative ∂y/∂λ of coordinate (λ,ϕ).
Definition at line 70 of file qgsprojectionfactors.h.
|
inline |
Partial derivative ∂y/∂ϕ of coordinate (λ,ϕ).
Definition at line 73 of file qgsprojectionfactors.h.
|
inline |
Returns true
if the factors are valid, or false
if they could not be calculated.
Definition at line 37 of file qgsprojectionfactors.h.
|
inline |
Meridian convergence (in degrees) at coordinate (λ,ϕ). Sometimes also described as grid declination.
Definition at line 55 of file qgsprojectionfactors.h.
|
inline |
Meridian/parallel angle (in degrees), θ′, at coordinate (λ,ϕ).
Definition at line 52 of file qgsprojectionfactors.h.
|
inline |
Meridional scale at coordinate (λ,ϕ).
Definition at line 40 of file qgsprojectionfactors.h.
|
inline |
Parallel scale at coordinate (λ,ϕ).
Definition at line 43 of file qgsprojectionfactors.h.
|
inline |
Maximum scale factor.
Definition at line 58 of file qgsprojectionfactors.h.
|
inline |
Minimum scale factor.
Definition at line 61 of file qgsprojectionfactors.h.
|
friend |
Definition at line 107 of file qgsprojectionfactors.h.