Class: GeoRuby::Shp4r::DBF::Reader
- Inherits:
-
DBF::Table
- Object
- DBF::Table
- GeoRuby::Shp4r::DBF::Reader
- Defined in:
- lib/geo_ruby/shp4r/dbf.rb
Overview
Main DBF File Reader
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.open(f) ⇒ Object
35 36 37 |
# File 'lib/geo_ruby/shp4r/dbf.rb', line 35 def self.open(f) new(f) end |
Instance Method Details
#close ⇒ Object
39 40 41 |
# File 'lib/geo_ruby/shp4r/dbf.rb', line 39 def close nil end |
#header_length ⇒ Object
31 32 33 |
# File 'lib/geo_ruby/shp4r/dbf.rb', line 31 def header_length @columns_count end |