# File lib/geo_ruby/shp4r/shp.rb, line 343
      def initialize(shp, dbf)
        @deleted = Hash.new
        @added = Array.new
        @shp = shp
        @dbf = dbf
      end