Method: Proj::PjObject#factors
- Defined in:
- lib/proj/pj_object.rb
#factors(coordinate) ⇒ PJ_FACTORS
Calculate various cartographic properties, such as scale factors, angular distortion and meridian convergence. Depending on the underlying projection values will be calculated either numerically (default) or analytically. The function also calculates the partial derivatives of the given coordinate.
447 448 449 |
# File 'lib/proj/pj_object.rb', line 447 def factors(coordinate) Api.proj_factors(self, coordinate) end |