# File lib/geo_ruby/simple_features/ewkb_parser.rb, line 154
      def parse(hexewkb)
        super(decode_hex(hexewkb))
      end