Class: USGeo::MicropolitanArea

Inherits:
CoreBasedStatisticalArea show all
Defined in:
lib/us_geo/micropolitan_area.rb

Overview

Core based statistical area with a population greater then 10,000 but less than 50,000.

Constant Summary

Constants inherited from BaseRecord

BaseRecord::STATUS_IMPORTED, BaseRecord::STATUS_MANUAL, BaseRecord::STATUS_REMOVED

Instance Method Summary collapse

Methods inherited from CoreBasedStatisticalArea

load!

Methods included from Demographics

#percent_land, #population_density, #total_area

Methods inherited from BaseRecord

#imported?, load!, #manual?, #removed?

Instance Method Details

#metropolitan?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/us_geo/micropolitan_area.rb', line 8

def metropolitan?
  false
end

#micropolitan?Boolean

Returns:

  • (Boolean)


12
13
14
# File 'lib/us_geo/micropolitan_area.rb', line 12

def micropolitan?
  true
end