Class: USGeo::MetropolitanArea
- Inherits:
-
CoreBasedStatisticalArea
- Object
- ActiveRecord::Base
- BaseRecord
- CoreBasedStatisticalArea
- USGeo::MetropolitanArea
- Defined in:
- lib/us_geo/metropolitan_area.rb
Overview
Core based statistical area with a population greater then 50,000.
Constant Summary
Constants inherited from BaseRecord
BaseRecord::STATUS_IMPORTED, BaseRecord::STATUS_MANUAL, BaseRecord::STATUS_REMOVED
Instance Attribute Summary
Attributes inherited from CoreBasedStatisticalArea
Attributes included from Area
Attributes included from Population
Attributes inherited from BaseRecord
Instance Method Summary collapse
Methods inherited from CoreBasedStatisticalArea
Methods included from Area
#land_area_km, #percent_land, #total_area, #water_area_km
Methods included from Population
#housing_density, #housing_density_km, #population_density, #population_density_km
Methods inherited from BaseRecord
#imported?, load!, #manual?, #removed?
Instance Method Details
#metropolitan? ⇒ Boolean
6 7 8 |
# File 'lib/us_geo/metropolitan_area.rb', line 6 def metropolitan? true end |
#micropolitan? ⇒ Boolean
10 11 12 |
# File 'lib/us_geo/metropolitan_area.rb', line 10 def micropolitan? false end |