Class: GeoRuby::Shp4r::Dbf::Reader
- Inherits:
-
Table
- Object
- Table
- GeoRuby::Shp4r::Dbf::Reader
- Defined in:
- lib/geo_ruby/shp4r/dbf.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.open(f) ⇒ Object
34 35 36 |
# File 'lib/geo_ruby/shp4r/dbf.rb', line 34 def self.open(f) new(f) end |
Instance Method Details
#close ⇒ Object
38 |
# File 'lib/geo_ruby/shp4r/dbf.rb', line 38 def close(); nil; end |
#header_length ⇒ Object
30 31 32 |
# File 'lib/geo_ruby/shp4r/dbf.rb', line 30 def header_length @columns_count end |