# File lib/geo_ruby/simple_features/point.rb, line 22
      def set_x_y_z(x,y,z)
        @x=x
        @y=y
        @z=z
        self
      end