Class: GeoRuby::Shp4r::Dbf::Reader

Inherits:
Table
  • Object
show all
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



50
51
52
# File 'lib/geo_ruby/shp4r/dbf.rb', line 50

def self.open(f)
  new(f)
end

Instance Method Details

#closeObject



54
55
56
# File 'lib/geo_ruby/shp4r/dbf.rb', line 54

def close
  nil
end