# File lib/geo_ruby/simple_features/ewkt_parser.rb, line 44
      def parse(ewkt)
        @factory.reset
        @tokenizer_structure = TokenizerStructure.new(ewkt)
        @with_z=false
        @with_m=false
        @is_3dm = false
        parse_geometry(true)
        @srid=nil
      end