# File lib/geo_ruby/simple_features/multi_point.rb, line 26 def self.from_points(points,srid= DEFAULT_SRID,with_z=false,with_m=false) multi_point= new(srid,with_z,with_m) multi_point.concat(points) multi_point end