# File lib/geo_ruby/simple_features/ewkb_parser.rb, line 42
      def parse(ewkb)
        @factory.reset
        @unpack_structure=UnpackStructure::new(ewkb)
        @with_z = false
        @with_m = false
        parse_geometry
        @unpack_structure.done
        @srid=nil
      end