Class: USGeo::UrbanizedArea

Inherits:
UrbanArea show all
Defined in:
lib/us_geo/urbanized_area.rb

Overview

Urban area with population >= 50,000.

Constant Summary

Constants inherited from BaseRecord

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

Instance Method Summary collapse

Methods inherited from UrbanArea

load!

Methods included from Demographics

#percent_land, #population_density, #total_area

Methods inherited from BaseRecord

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

Instance Method Details

#cluster?Boolean

Returns:

  • (Boolean)


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

def cluster?
  false
end

#urbanized?Boolean

Returns:

  • (Boolean)


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

def urbanized?
  true
end