Class: QgsProjectionFactors¶
contains various cartographic properties, such as scale factors, angular distortion and meridian convergence.
Added in version 3.20.
Methods
Angular distortion at coordinate (λ,ϕ).  | 
|
Areal scale factor at coordinate (λ,ϕ).  | 
|
Partial derivative ∂x/∂λ of coordinate (λ,ϕ).  | 
|
Partial derivative ∂x/∂ϕ of coordinate (λ,ϕ).  | 
|
Partial derivative ∂y/∂λ of coordinate (λ,ϕ).  | 
|
Partial derivative ∂y/∂ϕ of coordinate (λ,ϕ).  | 
|
Returns   | 
|
Meridian convergence (in degrees) at coordinate (λ,ϕ).  | 
|
Meridian/parallel angle (in degrees), θ′, at coordinate (λ,ϕ).  | 
|
Meridional scale at coordinate (λ,ϕ).  | 
|
Parallel scale at coordinate (λ,ϕ).  | 
|
Maximum scale factor.  | 
|
Minimum scale factor.  | 
- class qgis.core.QgsProjectionFactors[source]¶
 Bases:
object- isValid(self) bool[source]¶
 Returns
Trueif the factors are valid, orFalseif they could not be calculated.- Return type:
 bool
- meridianConvergence(self) float[source]¶
 Meridian convergence (in degrees) at coordinate (λ,ϕ). Sometimes also described as grid declination.
- Return type:
 float