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

Inherits:
Table
  • Object
show all
Defined in:
lib/geo_ruby/shp4r/dbf.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.open(f) ⇒ Object



33
34
35
# File 'lib/geo_ruby/shp4r/dbf.rb', line 33

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

Instance Method Details

#closeObject



37
# File 'lib/geo_ruby/shp4r/dbf.rb', line 37

def close(); nil;  end

#header_lengthObject



29
30
31
# File 'lib/geo_ruby/shp4r/dbf.rb', line 29

def header_length
  @columns_count
end