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

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

Instance Method Summary collapse

Constructor Details

#initialize(name, type, length, decimal = 0) ⇒ Field

Returns a new instance of Field.



20
21
22
# File 'lib/geo_ruby/shp4r/dbf.rb', line 20

def initialize(name, type, length, decimal = 0)
  super(name, type, length, decimal)
end