# File lib/geo_ruby/shp4r/shp.rb, line 363 def add(record) record_type = to_shp_type(record.geometry) raise IncompatibleGeometryException.new("Incompatible type") unless record_type==@shp.shp_type @added << record end