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, enc = nil) ⇒ Field

Returns a new instance of Field.



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

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