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