Class GeoRuby::Shp4r::Dbf::Reader
In: lib/geo_ruby/shp4r/dbf.rb
Parent: Object

Methods

close   field   new   open   record   records   reload!   row   rows   version_description  

Attributes

field_count  [R] 
fields  [R] 
header_length  [R] 
last_updated  [R] 
record_count  [R] 
record_length  [R] 
version  [R] 

Public Class methods

Public Instance methods

An array of all the records contained in the database file

row(index)

Alias for record

rows()

Alias for records

[Validate]