Class: GeoRuby::Shp4r::Dbf::Field

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

Instance Method Summary collapse

Constructor Details

#initialize(name, type, length, decimal = 0, version = 1, encoding = nil) ⇒ Field

Returns a new instance of Field.



23
24
25
# File 'lib/geo_ruby/shp4r/dbf.rb', line 23

def initialize(name, type, length, decimal = 0, version=1, encoding=nil)
  super(name, type, length, decimal, version, encoding)
end