Method: Proj::Unit#conv_factor
- Defined in:
- lib/proj/unit.rb
#conv_factor ⇒ String (readonly)
Returns Conversion factor to apply to transform from that unit to the corresponding SI unit (metre for “linear”, radian for “angular”, etc.). It might be 0 in some cases to indicate no known conversion factor.
17 |
# File 'lib/proj/unit.rb', line 17 attr_reader :auth_name, :code, :name, :category, :conv_factor, :proj_short_name, :deprecated |