Method: Proj::Unit#category

Defined in:
lib/proj/unit.rb

#categoryString (readonly)

Returns Category of the unit: one of “linear”, “linear_per_time”, “angular”, “angular_per_time”, “scale”, “scale_per_time” or “time”.

Returns:

  • (String)

    Category of the unit: one of “linear”, “linear_per_time”, “angular”, “angular_per_time”, “scale”, “scale_per_time” or “time”



17
# File 'lib/proj/unit.rb', line 17

attr_reader :auth_name, :code, :name, :category, :conv_factor, :proj_short_name, :deprecated