# File lib/geo_ruby/simple_features/point.rb, line 207 def self.from_x_y_z(x,y,z,srid=DEFAULT_SRID) point= new(srid,true) point.set_x_y_z(x,y,z) end