# File lib/geo_ruby/simple_features/geometry_factory.rb, line 40 def add_points_x_y_z(xyz) xyz.each_slice(3) {|slice| add_point_x_y_z(*slice)} end